Skip to content

Commit 0ee315a

Browse files
github pages node.js & yarn versions updated
1 parent bf93426 commit 0ee315a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [18.18.2]
20+
node-version: [20.10.0]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- name: Update yarn @v2
2929
run: corepack enable
30-
- run: corepack prepare yarn@4.0.1 --activate
30+
- run: corepack prepare yarn@4.1.0 --activate
3131
- run: yarn -v
3232
- name: Install dependencies
3333
run: rm -rf node_modules && yarn install

0 commit comments

Comments
 (0)