Skip to content

Commit 4d5f35a

Browse files
committed
fix github action
1 parent f38a478 commit 4d5f35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install wasm-pack
1313
run: cargo install wasm-pack
1414
- name: Install Node.js
15-
uses: action/setup-node@v1
15+
uses: actions/setup-node@v1
1616
- name: Install Chrome Webdriver
1717
run: npm i -g chromedriver@80.0.2
1818
- name: Run WASM test cases

0 commit comments

Comments
 (0)