Skip to content

Commit d4c22f7

Browse files
committed
fix CI
1 parent 7a05db9 commit d4c22f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: actions/setup-node@v1
21+
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 12
23+
node-version: 18
2424

2525
- name: Get yarn cache directory path
2626
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)