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 Feb 18, 2024
1 parent 195eca7 commit 8c0d27d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.8.1
cache: "yarn"
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.8.1
cache: "yarn"
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.8.1
cache: "yarn"
Expand Down

0 comments on commit 8c0d27d

Please sign in to comment.