mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Update node
This commit is contained in:
parent
541d04cc4d
commit
b51f259d21
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: Install Modules and Publish build
|
||||
run: |
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
- name: Install Modules and Publish build
|
||||
run: |
|
||||
npm install
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: Install Modules and Publish build
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user