Skip to content

Commit

Permalink
chore: update node and yarn versions
Browse files Browse the repository at this point in the history
NodeJS: `20.6.1` -> `20.9.0`
Yarn: `4.2.2` -> `4.5.0`
  • Loading branch information
NedcloarBR committed Oct 11, 2024
1 parent 70e4e2e commit 427a448
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 901 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [20.6.1]
node-version: [20.9.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -25,4 +25,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
run: yarn install
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.6.1
v20.9.0
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-4.2.2.cjs
nodeLinker: node-modules
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.6.1"
"node": "20.9.0"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.5.0",
"author": {
"name": "Miguel Alexandre Uhlein <NedcloarBR>",
"email": "nedcloar1@hotmail.com",
Expand Down

0 comments on commit 427a448

Please sign in to comment.