Skip to content
This repository has been archived by the owner on Nov 13, 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 31, 2023
1 parent 8b019f6 commit a40730c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js lts
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0 # Need history for changelog generation
- name: Use Node.js lts
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit a40730c

Please sign in to comment.