Skip to content

Commit c20b093

Browse files
committed
github: change node version
1 parent 26ab303 commit c20b093

File tree

3 files changed

+3721
-1481
lines changed

3 files changed

+3721
-1481
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: 16
11+
node-version: 20
1212
cache: 'npm'
1313
cache-dependency-path: package-lock.json
1414
- run: npm ci
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 16
29+
node-version: 20
3030
- run: npm ci
3131
- run: npx prettier --check .
3232
build-fly:

0 commit comments

Comments
 (0)