mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 07:11:45 +00:00
ci: Bump action versions to fix node deprecations
This commit is contained in:
parent
335808217b
commit
12ed767961
2 changed files with 9 additions and 9 deletions
6
.github/workflows/docsDeploy.yml
vendored
6
.github/workflows/docsDeploy.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
name: Deploy to GitHub Pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue