Browse Source

set node version in publish action to 14

pull/280/head
butlerx 4 years ago
parent
commit
307ac0ac9b
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 6
      .github/workflows/publish.yml

6
.github/workflows/publish.yml

@ -14,7 +14,7 @@ jobs:
- name: Setup env
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- run: yarn
name: Install dependencies
- name: ESLint checks
@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn publish --non-interactive
@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://npm.pkg.github.com/
scope: '@butlerx'
- run: yarn

Loading…
Cancel
Save