Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jul 6, 2023
1 parent dc1eb79 commit 56a08fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/cargo.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cargo
name: Test

on:
push:
Expand All @@ -15,20 +15,16 @@ jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]

name: Test - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 56a08fa

Please sign in to comment.