Skip to content

Commit

Permalink
Merge pull request #1429 from dhis2/rollback
Browse files Browse the repository at this point in the history
fix: rollback to node 14
  • Loading branch information
ismay authored Nov 22, 2023
2 parents 82c1516 + 323a9dc commit df8971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14.x
cache: 'yarn'

- uses: actions/download-artifact@v2
Expand Down

0 comments on commit df8971a

Please sign in to comment.