Skip to content

Commit 339b1ef

Browse files
committed
fix(ci): latest node version
fix(ci): node 18
1 parent bd7660e commit 339b1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v2
2929
with:
30-
node-version: '14'
30+
node-version: 18
3131
- run: |
3232
yarn global add quicktype
3333
echo "$(yarn global bin)" >> $GITHUB_PATH

0 commit comments

Comments
 (0)