mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-23 21:55:04 +02:00
chore: update node version to 22 in workflows
This commit is contained in:
parent
b199dead1e
commit
713bfb559b
2
.github/workflows/build-artifacts.yml
vendored
2
.github/workflows/build-artifacts.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- name: install_deps
|
||||
run: make install_deps
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- name: install_deps
|
||||
run: make install_deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user