Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc7e27d

Browse filesBrowse files
committed
[ci] Test on node 16
1 parent 587c201 commit fc7e27d
Copy full SHA for fc7e27d

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- 10
1515
- 12
1616
- 14
17+
- 16
1718
os:
1819
- macOS-latest
1920
- ubuntu-latest
@@ -25,7 +26,7 @@ jobs:
2526
node-version: ${{ matrix.node }}
2627
- run: npm install
2728
- run: npm run lint
28-
if: matrix.node == 14 && matrix.os == 'ubuntu-latest'
29+
if: matrix.node == 16 && matrix.os == 'ubuntu-latest'
2930
- run: npm test
3031
- run:
3132
echo ::set-output name=job_id::$(node -e

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- nodejs_version: '16'
34
- nodejs_version: '14'
45
- nodejs_version: '12'
56
- nodejs_version: '10'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.