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 9, 2024
1 parent d3e75df commit 9fb9209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
#- name: Derive appropriate SHAs for base and head for `nx affected` commands
# uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- uses: pnpm/[email protected]
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0
#- name: Derive appropriate SHAs for base and head for `nx affected` commands
# uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- uses: pnpm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion apps/nuxt3/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down

0 comments on commit 9fb9209

Please sign in to comment.