Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2023
1 parent b6b78d7 commit 1fd2739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Use latest version of Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: 8

- name: Set NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
Expand Down

0 comments on commit 1fd2739

Please sign in to comment.