Skip to content

Commit 9fd2efa

Browse files
Use .node-version for test action
1 parent d7966ec commit 9fd2efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
uses: actions/checkout@v2
99

1010
- name: Node.js setup
11-
uses: actions/setup-node@v1
11+
uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version-file: '.node-version'
1414

1515
- run: npm install
1616

0 commit comments

Comments
 (0)