Skip to content

Commit

Permalink
chore: revert "ci: node 14 on publish"
Browse files Browse the repository at this point in the history
This reverts commit 3eb746d.
  • Loading branch information
KaiVandivier committed Dec 11, 2024
1 parent 3eb746d commit 48dfd8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v1
with:
# Higher Node versions introduce npm > 7, which ends up
# changing yarn.lock when the semantic release action runs
# (specifically the `npm version` script).
# Apps need Node 18 to run, but aren't being run in this step
node-version: 14.x
node-version: 18.x

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 48dfd8d

Please sign in to comment.