Skip to content

Commit 2e38a6e

Browse files
authored
ci: pin node vertion to 17.0.0-v8-canary202108069771f4a956 (#2027)
1 parent b7a3db8 commit 2e38a6e

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
@@ -116,7 +116,7 @@ jobs:
116116
- uses: dcodeIO/setup-node-nvm@master
117117
with:
118118
node-mirror: https://nodejs.org/download/v8-canary/
119-
node-version: 17
119+
node-version: 17.0.0-v8-canary202108069771f4a956
120120
- name: Install dependencies
121121
run: npm ci --no-audit
122122
- name: Clean distribution files

0 commit comments

Comments
 (0)