Skip to content

Commit 8c45a0e

Browse files
committed
fix build
1 parent 60d5a7c commit 8c45a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: '16'
23+
node-version: '18'
2424
- name: Install deps
2525
run: yarn
2626
- name: Lint

0 commit comments

Comments
 (0)