Skip to content

Commit 52715ee

Browse files
ci: test on Node.js v17 (#1394)
1 parent feafea8 commit 52715ee

File tree

3 files changed

+2488
-2535
lines changed

3 files changed

+2488
-2535
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
59-
node-version: [12.x, 14.x, 16.x]
59+
node-version: [12.x, 14.x, 16.x, 17.x]
6060
webpack-version: [latest]
6161

6262
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)