Skip to content

Commit

Permalink
update node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancss committed Aug 13, 2024
1 parent cc47d52 commit 2d846b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v2

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

- name: install Rust stable
uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v2

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

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

0 comments on commit 2d846b6

Please sign in to comment.