Skip to content

Commit 91339c2

Browse files
fix: node version (#53)
1 parent db31e4e commit 91339c2

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
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
node: [ ^12, ^13, ^14, ^15 ]
57+
node: [ ^16, ^17, ^18 ]
5858
steps:
5959
- uses: actions/checkout@v2
6060

0 commit comments

Comments
 (0)