Update Node.js version in GitHub Actions workflow to 20
Signed-off-by: Hammer1279 <hammer@ht-dev.de>
This commit is contained in:
parent
8b31201ad5
commit
f4220cf372
2
.github/workflows/pkg.yml
vendored
2
.github/workflows/pkg.yml
vendored
@ -26,6 +26,8 @@ jobs:
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user