Skip to content

Commit 7bf060b

Browse files
HonkingGoosergov
authored andcommitted
Drop node 10, add node 14 + 16, bump setup-node v2
1 parent 91cec47 commit 7bf060b

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
@@ -11,12 +11,12 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [10.x, 12.x]
14+
node-version: [12.x, 14.x, 16.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm ci

0 commit comments

Comments
 (0)