We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf93426 commit 0ee315aCopy full SHA for 0ee315a
.github/workflows/node.js.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-version: [18.18.2]
+ node-version: [20.10.0]
21
22
steps:
23
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
- name: Update yarn @v2
29
run: corepack enable
30
- - run: corepack prepare yarn@4.0.1 --activate
+ - run: corepack prepare yarn@4.1.0 --activate
31
- run: yarn -v
32
- name: Install dependencies
33
run: rm -rf node_modules && yarn install
0 commit comments