Skip to content

Commit 2d5d6ad

Browse files
committedAug 9, 2021
Run tests in Node 16 in GitHub Actions
1 parent e97b842 commit 2d5d6ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [14]
10+
node-version: [16]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Use Node.js ${{ matrix.node-version }}
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
node-version: [14]
39+
node-version: [16]
4040
steps:
4141
- uses: actions/checkout@v1
4242
- name: Use Node.js ${{ matrix.node-version }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
strategy:
6666
matrix:
67-
node-version: [14]
67+
node-version: [16]
6868

6969
steps:
7070
- uses: actions/checkout@v1
@@ -96,7 +96,7 @@ jobs:
9696

9797
strategy:
9898
matrix:
99-
node-version: [10, 12, 14]
99+
node-version: [12, 14, 16]
100100

101101
steps:
102102
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)
Please sign in to comment.