Skip to content

Commit 97a531b

Browse files
committed
💚 chore: fix ci configurations
1 parent 89fdd1d commit 97a531b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
node-version:
2323
- 16.x
24+
- 18.x
2425
steps:
2526
- uses: actions/checkout@v3
2627
- name: Use Node.js ${{ matrix.node-version }}
@@ -32,4 +33,4 @@ jobs:
3233
- name: Build
3334
run: yarn build
3435
- name: Test
35-
run: yarn test:coverage
36+
run: yarn test:coverage

0 commit comments

Comments
 (0)