mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +00:00
chore(ci): Update setup-node to v4 to squash node deprecation warnings
This commit is contained in:
parent
a34066d650
commit
6d017d4b27
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.x'
|
||||
cache: 'npm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue