We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403a9b1 commit 7da4328Copy full SHA for 7da4328
1 file changed
.github/workflows/deploy-site.yml
@@ -13,13 +13,13 @@ jobs:
13
- name: Setup target Node.js to enable Corepack
14
uses: actions/setup-node@v4
15
with:
16
- node-version: 18
+ node-version: 20
17
- name: Enable Corepack
18
run: corepack enable
19
- name: setup Node.js
20
uses: actions/setup-node@v1
21
22
23
cache: yarn
24
- name: Install Dependencies
25
run: yarn
0 commit comments