Skip to content

Commit

Permalink
ci: use node 20 for netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed May 21, 2024
1 parent aadff4e commit 32d0a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-deploy-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 20.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 32d0a7c

Please sign in to comment.