Skip to content

Commit

Permalink
Merge pull request #1489 from dhis2/fix-gh-workflows
Browse files Browse the repository at this point in the history
chore(github action): use node v20 in deploy tasks
  • Loading branch information
Mohammer5 authored May 6, 2024
2 parents c8daca4 + 25bea45 commit 57e84d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@dhis2/cli-app-scripts": "^8.0.0",
"@dhis2/cli-style": "10.4.2",
"@dhis2/cli-utils-docsite": "^3.1.2",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
"@dhis2/cypress-commands": "^10.0.4",
"@dhis2/cypress-plugins": "^10.0.4",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "^5.16.1",
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2609,17 +2609,17 @@
react-docgen "^6.0.0-alpha.0"
url-join "^4.0.1"

"@dhis2/cypress-commands@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.3.tgz#dae315cc839ff57965f307c2d2d34277c19592d4"
integrity sha512-K+GJtnzZGg62Qe67d/5Fl662s5VXnvhB55TTDoTcL/7Euawxyo1FC7ZrLXJExM2C1z0ic5WfZ7MH6EUsS6OfqQ==
"@dhis2/cypress-commands@^10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.4.tgz#759e9cd9ebf7f03e61badb88930fcade2ae1781b"
integrity sha512-srR5tWbnCKuG3dldwWcv9GpUsEq46nE1KyABTEk4konT7jLVA7J87AfwhlOdEIv1iHN0fgAT5P3atd2IQmWtzw==
dependencies:
jscodeshift "^0.11.0"

"@dhis2/cypress-plugins@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.3.tgz#83403aca333e2b356f7ea92c272d3ca00d00276d"
integrity sha512-MYIkWI/kCR4hoqvD+spmbXcdoNL/EFX3HZuyRCGUErj5ChJmyWX7jQtDq/twd7GFRma0IqwTtOwaiKAxLRv/Nw==
"@dhis2/cypress-plugins@^10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.4.tgz#aaef0d1437a5469c0eb72d3cbb8eb6b92cc1048d"
integrity sha512-yOVasxprapavFCW7iGahnCIXxtJN51GPuSjjOFg+PWdvLQFkKhf1e5lPL3ALpOLr8rz9evd5Ex+4CBwnesMT9w==

"@dhis2/d2-i18n@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -23787,6 +23787,7 @@ [email protected]:
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
name wrap-ansi-cjs
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down

0 comments on commit 57e84d5

Please sign in to comment.