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] committed Oct 28, 2023
1 parent 3145078 commit 10ac2f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
echo "version=${version}" >> $GITHUB_OUTPUT
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
run: ./build.sh

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-marine-js.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: jetli/wasm-pack-action@v0.4.0

- name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
registry-url: "https://npm.fluence.dev"
Expand Down

0 comments on commit 10ac2f7

Please sign in to comment.