Skip to content

Commit 6ac8156

Browse files
authored
Fix CI for features (#1825)
1 parent c1b992b commit 6ac8156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- uses: dcodeIO/setup-node-nvm@master
131131
with:
132132
node-mirror: https://nodejs.org/download/v8-canary/
133-
node-version: "node"
133+
node-version: 17
134134
- name: Install dependencies
135135
run: npm ci --no-audit
136136
- name: Clean distribution files

0 commit comments

Comments
 (0)