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

Commit

Permalink
Merge pull request #27 from sanwebinfo/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4.0.1
  • Loading branch information
mskian authored Dec 21, 2023
2 parents 5f9cc05 + acaed8e commit ce5e97f
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@v4.0.0
uses: actions/setup-node@v4.0.1
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@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
Expand Down

0 comments on commit ce5e97f

Please sign in to comment.