Skip to content

Commit

Permalink
chore: Bump Yarn and nan package versions
Browse files Browse the repository at this point in the history
The old nan version caused a prettier failure in CI.
The old Yarn version triggered a warning when running locally:

warning Your current version of Yarn is out of date. The latest version is "1.22.22", while you're on "1.22.17".
  • Loading branch information
varungandhi-src committed Oct 16, 2024
1 parent acbe999 commit b92c1f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
golang 1.20.14
nodejs 16.20.2
golang 1.20.14
nodejs 16.20.2
shellcheck 0.7.1
yarn 1.22.17
rust 1.71.0
python 3.11.9
yarn 1.22.22
rust 1.71.0
python 3.11.9
2 changes: 1 addition & 1 deletion cmd/scip/tests/reprolang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"nan": "^2.15.0"
"nan": "^2.22.0"
},
"devDependencies": {
"tree-sitter-cli": "0.21.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit b92c1f3

Please sign in to comment.