Skip to content

Commit 02a446c

Browse files
committed
Upgrade Node version for GitHub workflows
1 parent 4047e34 commit 02a446c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: "16.13.1"
10+
node-version: "20.13.0"
1111
cache: "yarn"
1212
- run: "yarn install"
1313
- run: "yarn analyze"
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "16.13.1"
21+
node-version: "20.13.0"
2222
cache: "yarn"
2323
- run: "yarn install"
2424
- run: "yarn ci:test"
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: "16.13.1"
33+
node-version: "20.13.0"
3434
cache: "yarn"
3535
- run: "yarn install"
3636
- run: "yarn ci:test:acc"

0 commit comments

Comments
 (0)