Skip to content

Commit

Permalink
ci: update node versions to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Apr 17, 2024
1 parent da79384 commit 0716b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dhis2-verify-node.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 All @@ -40,7 +40,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 All @@ -58,7 +58,7 @@ jobs:
token: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
- 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 0716b08

Please sign in to comment.