Skip to content

Commit 40a1ee2

Browse files
committed
chore(ci): test on supported Node.js versions
BREAKING CHANGE: Removed support for Node.js 12 and 17.
1 parent 5247dc0 commit 40a1ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node-version: [12.x, 14.x, 16.x, 17.x]
29+
node-version: [14.x, 16.x, 18.x]
3030
os: [ubuntu-latest, macOS-latest, windows-latest]
3131
runs-on: ${{ matrix.os }}
3232
steps:

0 commit comments

Comments
 (0)