Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent ca5da58 commit 0e5bc3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build wasm
run: ./crates/ruff_fmt/scripts/build.sh

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
registry-url: "https://registry.npmjs.org"
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Build wasm
run: ./crates/ruff_fmt/scripts/build.sh

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
registry-url: "https://npm.pkg.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: build
path: crates/ruff_fmt/pkg/

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"

Expand Down

0 comments on commit 0e5bc3a

Please sign in to comment.