Skip to content

Commit 71ecabb

Browse files
committed
upgrade node and yarn
1 parent 11ddc36 commit 71ecabb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 20.17.0
15+
node-version: 22.16.0
1616

1717
- name: Enable Corepack
1818
run: corepack enable
1919

2020
- name: Install Yarn
21-
run: corepack prepare yarn@4.5.1 --activate
21+
run: corepack prepare yarn@4.9.2 --activate
2222

2323
- name: Install dependencies
2424
run: yarn install --immutable

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
}
104104
},
105105
"volta": {
106-
"node": "20.14.0",
107-
"yarn": "4.5.1"
106+
"node": "22.16.0",
107+
"yarn": "4.9.2"
108108
},
109-
"packageManager": "yarn@4.5.1"
109+
"packageManager": "yarn@4.9.2"
110110
}

0 commit comments

Comments
 (0)