mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
Build with newer node
This commit is contained in:
parent
41c6db5d53
commit
80da47df81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 14.16
|
||||
node-version: 16.13
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: see directory with dependencies
|
||||
|
|
Loading…
Reference in a new issue