Skip to content

Commit ecfebc9

Browse files
authored
ci: add node v18 to test workflow (#150)
1 parent 08af5d6 commit ecfebc9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, windows-latest, macos-latest]
55-
node-version: [12.x, 14.x, 16.x]
55+
node-version: [12.x, 14.x, 16.x, 18.x]
5656
eslint-version: [7.x, 8.x]
5757
webpack-version: [latest]
5858

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)