Skip to content

Commit

Permalink
Merge pull request #172 from ccamel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
2 parents 39d9e95 + 644811d commit 0f52cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version: 8.3.0

- name: Setup node environment (for building)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.17
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version: 8.3.0

- name: Setup node environment (for building)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.17
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: 8.3.0

- name: Setup node environment (for building)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.17
cache: "pnpm"
Expand Down

0 comments on commit 0f52cc0

Please sign in to comment.