We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ddc36 commit 71ecabbCopy full SHA for 71ecabb
2 files changed
.github/workflows/test_and_deploy.yml
@@ -12,13 +12,13 @@ jobs:
12
- name: Setup Node.js
13
uses: actions/setup-node@v3
14
with:
15
- node-version: 20.17.0
+ node-version: 22.16.0
16
17
- name: Enable Corepack
18
run: corepack enable
19
20
- name: Install Yarn
21
- run: corepack prepare yarn@4.5.1 --activate
+ run: corepack prepare yarn@4.9.2 --activate
22
23
- name: Install dependencies
24
run: yarn install --immutable
package.json
@@ -103,8 +103,8 @@
103
}
104
},
105
"volta": {
106
- "node": "20.14.0",
107
- "yarn": "4.5.1"
+ "node": "22.16.0",
+ "yarn": "4.9.2"
108
109
- "packageManager": "yarn@4.5.1"
+ "packageManager": "yarn@4.9.2"
110
0 commit comments