Skip to content

Commit 884ff7b

Browse files
committed
test
1 parent 3702dcc commit 884ff7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/NodeCI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
matrix:
2626
node-version: [12.x 14.x, 16.x, 17.x, 18.x, 19.x]
2727
steps:
28+
- run: echo '${{ matrix.node-version }}'
2829
- uses: actions/checkout@v3
2930
- uses: pnpm/action-setup@v2
3031
with:
31-
version: ${{ matrix.node-version == 12 && 6 || 7 }}
32+
version: ${{ matrix.node-version == '12.x' && 6 || 7 }}
3233
- name: Use Node.js ${{ matrix.node-version }}
3334
uses: actions/setup-node@v3
3435
with:

0 commit comments

Comments
 (0)