Skip to content

Commit

Permalink
ci: upgrade actions/setup-node to v4
Browse files Browse the repository at this point in the history
The only breaking change should be an upgrade to node.js 20:
see actions/setup-node@v3...v4.0.2

Signed-off-by: Steven Kalt <[email protected]>
  • Loading branch information
SKalt committed Jun 29, 2024
1 parent e908ced commit 7baba43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ jobs:
target
key: ${{ runner.os }}-${{ matrix.rust }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

# From https://github.com/Emoun/duplicate/blob/master/.github/workflows/rust.yml
- name: Get Version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
target
key: ${{ runner.os }}-${{ matrix.rust }}-min165

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

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

0 comments on commit 7baba43

Please sign in to comment.