We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sinonjs
Learn more about funding links in repositories.
Report abuse
1 parent e97b842 commit 2d5d6adCopy full SHA for 2d5d6ad
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node-version: [14]
+ node-version: [16]
11
steps:
12
- uses: actions/checkout@v1
13
- name: Use Node.js ${{ matrix.node-version }}
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
- node-version: [10, 12, 14]
+ node-version: [12, 14, 16]
100
101
102
0 commit comments