Skip to content

Commit

Permalink
yarn: update to use yarn 4 (berry)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Dec 19, 2023
1 parent 764b8c7 commit fba1897
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 482 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
yarn set version stable
yarn set version berry
yarn install --immutable
yarn test
generate:
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Install Dependencies and Generate
run: |
yarn set version stable
yarn set version berry
yarn install --immutable
cp -r ./src ./src.current
yarn gen
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ package-lock.json
*.exp
src.current/
.yarn/
.yarnrc.yml
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/open-goal/tree-sitter-opengoal#readme",
"dependencies": {
"nan": "^2.17.0"
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
Expand Down
Loading

0 comments on commit fba1897

Please sign in to comment.