Skip to content

Commit

Permalink
Merge pull request #745 from dhis2/bump-node-version
Browse files Browse the repository at this point in the history
chore: bump node version
  • Loading branch information
kabaros authored Dec 3, 2024
2 parents 4fddf78 + a8eeeb7 commit 8ba600d
Show file tree
Hide file tree
Showing 5 changed files with 12,375 additions and 12,977 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dhis2-verify-commits.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@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- id: commitlint
Expand All @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile
- id: commitlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: node:14-buster
image: node:20-buster

services:
postgres:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@auth0/auth0-react": "^1.6.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^8.9.0",
"@dhis2/ui": "^10.1.6",
"classnames": "^2.3.1",
"copy-text-to-clipboard": "^3.0.1",
"core-js": "^3.16.4",
Expand Down Expand Up @@ -58,7 +58,7 @@
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"cypress-cucumber-preprocessor": "^4.2.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-import-resolver-webpack": "^0.13.9",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"isomorphic-fetch": "^3.0.0",
Expand All @@ -69,9 +69,9 @@
"style-loader": "^3.2.1",
"svg-loader": "^0.0.2",
"transform-imports": "^2.0.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"files": [
"build"
Expand Down
Loading

0 comments on commit 8ba600d

Please sign in to comment.