Skip to content

Commit 9a2a832

Browse files
committed
Upgrade CI node version
1 parent 2ddac0b commit 9a2a832

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup node
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: "17"
14+
node-version: "18"
1515
- run: yarn install
1616
- run: yarn eslint
1717
- run: yarn test

0 commit comments

Comments
 (0)