Skip to content

Commit

Permalink
ci(release): upgrade actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 26, 2024
1 parent 0c27c02 commit 5af9e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: bun install

- name: Use Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down

0 comments on commit 5af9e96

Please sign in to comment.