-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extension: update
@types/node
version
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
Showing
5 changed files
with
453 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.