Skip to content

Commit

Permalink
ci: node 14 on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Dec 11, 2024
1 parent 844950f commit 3eb746d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: 18.x
# 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

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

0 comments on commit 3eb746d

Please sign in to comment.