Update build-pull-request.yml
This commit is contained in:
parent
923b37e4b2
commit
959091f7f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-pull-request.yml
vendored
2
.github/workflows/build-pull-request.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v3.3.0
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 17.9.0
|
||||
- name: Build app
|
||||
run: npm ci && npm run build
|
||||
- name: Upload artifact
|
||||
|
|
Loading…
Reference in a new issue