Skip to content

Commit b335d24

Browse files
authored
adding node 18 (#711)
* dropping node 14 * updating github actions * missing action name update * reusing node 14 * package.json regenerated
1 parent 16622bc commit b335d24

File tree

3 files changed

+177
-165
lines changed

3 files changed

+177
-165
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
node: [14, 16]
36+
node: [14, 16, 18]
3737
steps:
3838
- uses: actions/setup-node@v1
3939
with:

0 commit comments

Comments
 (0)