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 Oct 23, 2023
1 parent 98bc01f commit eb07e16
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: 18

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: 18
- 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: 18

Expand Down

0 comments on commit eb07e16

Please sign in to comment.