Skip to content

Commit 1d0268d

Browse files
committed
Use same Node.js version as the action environment for tests
Node.js 12 is the newest version available for the JavaScript GitHub Actions actions, and is the one in use, as specified in action.yml's `runs.using` key. So it is best to use the same when running the tests in the CI workflow.
1 parent 8d2f943 commit 1d0268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-typescript-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Node.js 10.x
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 10.x
25+
node-version: 12.x
2626

2727
- name: Install Task
2828
uses: arduino/actions/setup-taskfile@master

0 commit comments

Comments
 (0)