Skip to content

Commit cbed118

Browse files
committed
chore(workflow): modify node-version to lts/iron
1 parent 0a4d04b commit cbed118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [lts/*]
15+
node-version: [lts/iron]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [lts/*]
15+
node-version: [lts/iron]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)