Skip to content

Commit

Permalink
chore: lower nodejs version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Nov 14, 2023
1 parent 2210646 commit 1e9de49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

- uses: actions/cache@v2
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

- uses: actions/cache@v2
id: yarn-cache
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

- uses: actions/cache@v2
id: yarn-cache
Expand All @@ -94,7 +94,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

- uses: actions/download-artifact@v2
with:
Expand All @@ -116,7 +116,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x

- name: Publish release to GitHub
run: npx @dhis2/cli-utils release

0 comments on commit 1e9de49

Please sign in to comment.