Skip to content

Commit 1fcd851

Browse files
authored
Update deploy.yml to use node version 20 (#160)
* update to node version 20
1 parent 23b5019 commit 1fcd851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
- name: Checkout
8787
uses: actions/checkout@v3
8888

89-
- name: Setup Node v16 for Yarn v3
89+
- name: Setup Node v20 for Yarn v3
9090
uses: actions/setup-node@v3
9191
with:
92-
node-version: "16.15.0" # Current LTS version
92+
node-version: "20.19.5" # Current LTS version
9393

9494
- name: Enable Corepack for Yarn v3
9595
run: corepack enable
@@ -190,10 +190,10 @@ jobs:
190190
- name: Checkout
191191
uses: actions/checkout@v3
192192

193-
- name: Setup Node v16 for Yarn v3
193+
- name: Setup Node v20 for Yarn v3
194194
uses: actions/setup-node@v3
195195
with:
196-
node-version: "16.15.0" # Current LTS version
196+
node-version: "20.19.5" # Current LTS version
197197

198198
- name: Enable Corepack for Yarn v3
199199
run: corepack enable

0 commit comments

Comments
 (0)