Bump node version from 16 -> 18 in builders
This commit is contained in:
parent
1ab09c5488
commit
90e267d9c7
4 changed files with 4 additions and 4 deletions
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
|
||||
|
|
Reference in a new issue