There was an error while loading. Please reload this page.
1 parent c532ac1 commit 8c24f69Copy full SHA for 8c24f69
.github/workflows/public.yml renamed to .github/workflows/publish.yml
@@ -4,18 +4,17 @@ on:
4
branches:
5
- 'master'
6
7
-
8
jobs:
9
publish:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [14]
+ node-version: [16]
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
17
with:
18
- fetch-depth: 0
+ fetch-depth: 0
19
- uses: actions/setup-node@v1
20
21
node-version: ${{ matrix.node-version }}
@@ -32,4 +31,4 @@ jobs:
32
31
run: yarn ci:publish
33
env:
34
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
35
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments