Skip to content

Commit 10b7984

Browse files
committed
ci: node 16
1 parent 10c9586 commit 10b7984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Installing with LTS Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 'lts/*'
25+
node-version: 16
2626
check-latest: true
2727
- name: NPM Install
2828
run: npm install
@@ -45,7 +45,7 @@ jobs:
4545
- name: Installing with LTS Node.js
4646
uses: actions/setup-node@v2
4747
with:
48-
node-version: 'lts/*'
48+
node-version: 16
4949
check-latest: true
5050
- name: NPM Install
5151
run: npm install

0 commit comments

Comments
 (0)