Skip to content

Commit f9abea9

Browse files
committed
back Node 12
1 parent 92a644b commit f9abea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/NodeCI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [14.x, 16.x, 17.x, 18.x, 19.x]
26+
node-version: [12.x 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 }}
3032
- name: Use Node.js ${{ matrix.node-version }}
3133
uses: actions/setup-node@v3
3234
with:

0 commit comments

Comments
 (0)