Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

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 25, 2023
1 parent c58f505 commit e933fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }} and install vercel CLI
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global vercel@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.OS }}-build-
${{ runner.OS }}-
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn
Expand Down

0 comments on commit e933fb8

Please sign in to comment.