Skip to content

Commit

Permalink
build(node): update yarn and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jun 27, 2024
1 parent be0b704 commit 839ff27
Show file tree
Hide file tree
Showing 7 changed files with 3,259 additions and 2,434 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: myparcelnl/actions/yarn-install@v3
with:
node-version: 18
node-version: ${{ vars.NODE_VERSION }}

- uses: myparcelnl/actions/semantic-release@v3
with:
Expand Down
22 changes: 11 additions & 11 deletions .idea/codeStyles/Project.xml

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

807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
compressionLevel: 0

enableGlobalCache: true

nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.3.0.cjs

yarnPath: .yarn/releases/yarn-4.3.1.cjs
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"devDependencies": {
"@myparcel/semantic-release-config": "^4.0.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"volta": {
"node": "20.15.0"
}
}
Loading

0 comments on commit 839ff27

Please sign in to comment.