Skip to content

Commit

Permalink
downgrade to node 20 lts
Browse files Browse the repository at this point in the history
so CI pass
  • Loading branch information
rszyma committed Jun 1, 2024
1 parent 4617b2e commit 64f70b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup - Node.js
uses: actions/setup-node@v3
with:
node-version: '21'
node-version: '20'
cache: 'yarn'

- name: Setup - yarn
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,17 @@
"vscode-languageserver": "^8.1.0"
},
"devDependencies": {
"@types/node": "^20.4.6",
"@types/node": "^20.13.0",
"@types/vscode": "^1.80.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vscode/test-electron": "^2.3.4",
"@vscode/vsce": "^2.20.0",
"esbuild": "^0.18.17",
"esbuild": "0.18.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"prettier": "^3.2.5",
"semver": "^7.5.4",
"typescript": "^5.3.3"
}
Expand Down

0 comments on commit 64f70b5

Please sign in to comment.