Skip to content

Commit

Permalink
chore(github action): use node v20 in deploy tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed May 1, 2024
1 parent c8daca4 commit f9b7a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dhis2-deploy-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x

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

- run: yarn build
- run: yarn build:legacy

- uses: nwtgck/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
NODE_OPTIONS=--openssl-legacy-provider yarn setup
- name: Build
run: NODE_OPTIONS=--openssl-legacy-provider yarn build
run: yarn build:legacy

- run: ./scripts/create-artifact.sh

Expand Down

0 comments on commit f9b7a9b

Please sign in to comment.