Skip to content

Commit 58600ae

Browse files
committed
fix: build to use latest node versions
1 parent ab000e1 commit 58600ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ubuntu-latest, macos-latest]
10-
node-version: [12.x, 14.x, 15.x]
10+
node-version: [14.x, 16.x, 18.x]
11+
fail-fast: false
1112
runs-on: ${{ matrix.platform }}
1213
steps:
1314
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)