Skip to content

Commit eef1f22

Browse files
committedMay 28, 2022
chore(ci): add node 18
1 parent f8bcd03 commit eef1f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ windows-latest, ubuntu-latest, macos-latest ]
33-
node: [ 10, 11, 12, 13, 14, 15, 16, 17 ]
33+
node: [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
3434
steps:
3535
- uses: actions/checkout@v1
3636
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)
Please sign in to comment.