mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
ci: upgrade node version in Github action
This commit is contained in:
8
.github/workflows/publish-extensions.yml
vendored
8
.github/workflows/publish-extensions.yml
vendored
@@ -94,9 +94,9 @@ jobs:
|
||||
path: '**/node_modules'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16
|
||||
|
||||
- name: Install packages
|
||||
uses: ./.github/actions/provision
|
||||
@@ -146,9 +146,9 @@ jobs:
|
||||
path: '**/node_modules'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16
|
||||
|
||||
- name: Install packages
|
||||
uses: ./.github/actions/provision
|
||||
|
||||
Reference in New Issue
Block a user