chore(deps): update actions/setup-node action to v5 #14
1 changed files with 1 additions and 1 deletions
chore(deps): update actions/setup-node action to v5
commit
3ba18cd098
|
@ -20,7 +20,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version: "lts/*"
|
node-version: "lts/*"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue