Skip to content

Commit

Permalink
build - Update npm version to 18.20.4 (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaaming authored Aug 8, 2024
1 parent 8fbe26c commit e5d74ff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
java-version: "17"
architecture: x64
- name: Use Node 16.14.2
- name: Use Node 18.20.4
uses: actions/setup-node@v4
with:
node-version: 16.14.2
node-version: 18.20.4
cache-dependency-path: extension/package-lock.json
cache: npm
- name: Cache npm cache directory
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.14.2]
node-version: [18.20.4]
java-version: ["17", "21"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.4
18.20.4
4 changes: 2 additions & 2 deletions extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.76.0",
"node": "^14.15.4",
"npm": "^6.14.10"
"node": "^18.20.4",
"npm": "^10.7.0"
},
"categories": [
"Programming Languages",
Expand Down
4 changes: 2 additions & 2 deletions npm-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"main": "./index.js",
"types": "./index.ts",
"engines": {
"node": "^14.15.4",
"npm": "^6.14.10"
"node": "^18.20.4",
"npm": "^10.7.0"
},
"scripts": {
"compile": "tsc -p ."
Expand Down

0 comments on commit e5d74ff

Please sign in to comment.