Skip to content

Commit 095f784

Browse files
committed
Change node version definition in node-js-ci
1 parent 5cf2495 commit 095f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
node-version: [12.x, 14.x]
17+
node: ['12', '14']
1818

1919
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)