Skip to content

Commit

Permalink
fix: update node/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jan 26, 2024
1 parent 80d3232 commit d2a6d4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 20.10.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 20.10.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
"not IE_Mob 11"
],
"volta": {
"node": "18.13.0",
"npm": "9.4.1"
"node": "20.10.0",
"npm": "10.4.0"
},
"overrides": {
"monaco-editor": "$monaco-editor",
Expand Down

0 comments on commit d2a6d4f

Please sign in to comment.