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 Jul 10, 2024
1 parent 84f914a commit 9d68e6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
with:
name: artifact-${{ github.run_id }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
name: artifact-${{ github.run_id }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
name: artifact-${{ github.run_id }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 22

Expand Down

0 comments on commit 9d68e6a

Please sign in to comment.