Skip to content

Commit 9e2d388

Browse files
committed
drop Node 12 again
1 parent 226f1e1 commit 9e2d388

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/NodeCI.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
26+
node-version: [14.x, 16.x, 17.x, 18.x, 19.x]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: pnpm/action-setup@v2
30-
with:
31-
version: ${{ matrix.node-version == '12.x' && 6 || 7 }}
3230
- name: Use Node.js ${{ matrix.node-version }}
3331
uses: actions/setup-node@v3
3432
with:

0 commit comments

Comments
 (0)