Skip to content

Commit aafb509

Browse files
authored
Removed v in the node version
1 parent f73f8c4 commit aafb509

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
@@ -115,7 +115,7 @@ jobs:
115115
- uses: dcodeIO/setup-node-nvm@master
116116
with:
117117
node-mirror: https://nodejs.org/download/v8-canary/
118-
node-version: "v15.0.0-v8-canary202007077c53168ead"
118+
node-version: "15.0.0-v8-canary202007077c53168ead"
119119
- name: Install dependencies
120120
run: npm ci --no-audit
121121
- name: Clean distribution files

0 commit comments

Comments
 (0)