Skip to content

Commit f38a478

Browse files
committed
fix github action
1 parent f98c792 commit f38a478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: Install wasm-pack
1313
run: cargo install wasm-pack
1414
- name: Install Node.js
15-
use: action/setup-node@v1
15+
uses: action/setup-node@v1
1616
- name: Install Chrome Webdriver
1717
run: npm i -g chromedriver@80.0.2
1818
- name: Run WASM test cases
19-
run: wasm-pack test --headless --chrome
19+
run: wasm-pack test --headless --firefox

0 commit comments

Comments
 (0)