parent
b419c90924
commit
af0eabdf2f
|
@ -11,9 +11,10 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
always-auth: true
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
always-auth: true
|
registry-url: 'https://registry.npmjs.org/'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Get the release tag version
|
- name: Get the release tag version
|
||||||
|
|
Loading…
Reference in New Issue