Skip to content

Commit

Permalink
extension: update @types/node version
Browse files Browse the repository at this point in the history
This is required in a later CL where we start to depend more heavily on
new features of Node.

Also upgrade the version of Node required for contributions to v22.11.0,
and run 'npm audit fix' to deal with a reported security issue
(unknown).

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: I1db9363591738c05be3ed81265d0958196776d9d
  • Loading branch information
myitcv committed Nov 25, 2024
1 parent bc5a51c commit de355f5
Show file tree
Hide file tree
Showing 5 changed files with 453 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trybot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.17.0
node-version: 22.11.0
- name: Early git and code sanity checks
run: go run cuelang.org/go/internal/ci/[email protected]
- run: cue login --token=${CUE_TOKEN}
Expand Down
2 changes: 1 addition & 1 deletion extension/npm.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package extension

extension: npm: devDependencies: {
"@types/mocha": "10.0.7"
"@types/node": "20.16.5"
"@types/node": "22.9.1"
"@types/vscode": "1.63.0"
"@typescript-eslint/eslint-plugin": "7.14.1"
"@typescript-eslint/parser": "7.11.0"
Expand Down
Loading

0 comments on commit de355f5

Please sign in to comment.