mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Bump node version from 16 -> 18 in builders
This commit is contained in:
parent
1ab09c5488
commit
90e267d9c7
2
.github/workflows/publish-linux.yml
vendored
2
.github/workflows/publish-linux.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install Node and NPM
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/publish-macos.yml
vendored
2
.github/workflows/publish-macos.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install Node and NPM
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/publish-pr.yml
vendored
2
.github/workflows/publish-pr.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install Node and NPM
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/publish-windows.yml
vendored
2
.github/workflows/publish-windows.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install Node and NPM
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user