Skip to content

Commit 7e79dae

Browse files
Bump packages, bump test matrix
1 parent 2985cfd commit 7e79dae

File tree

3 files changed

+1430
-866
lines changed

3 files changed

+1430
-866
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [12.x, 14.x, 16.x]
12+
node-version: [14.x, 16.x, 18.x]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v2
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test

0 commit comments

Comments
 (0)