Skip to content

Commit

Permalink
Merge pull request #209 from depot/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4
  • Loading branch information
jacobwgillespie authored Dec 12, 2023
2 parents 09b446b + 7fb871f commit ffd944b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: 8.x.x

- name: Install Node 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: pnpm
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
version: 8.x.x

- name: Install Node 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version: 8.x.x

- name: Install Node 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit ffd944b

Please sign in to comment.