Skip to content

Commit

Permalink
chore(github) Format workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 30, 2021
1 parent fd4d341 commit 18a642d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true

- uses: actions/setup-node@v2
- name: Install NodeJS
uses: actions/setup-node@v2
with:
node-version: 16

Expand Down

0 comments on commit 18a642d

Please sign in to comment.