Skip to content

Commit ad90a26

Browse files
authored
ci: add node@14 and remove v13 (#627)
1 parent 4e5adf0 commit ad90a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
strategy:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
58-
node-version: [10.x, 12.x, 13.x]
58+
node-version: [10.x, 12.x, 14.x]
5959
webpack-version: [latest, next]
6060
exclude:
6161
# See https://github.com/fsevents/fsevents/issues/314
6262
- os: macos-latest
6363
node-version: 12.x
6464
webpack-version: latest
6565
- os: macos-latest
66-
node-version: 13.x
66+
node-version: 14.x
6767
webpack-version: latest
6868

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

0 commit comments

Comments
 (0)