Skip to content

Commit

Permalink
fix: publish ci (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jun 25, 2023
1 parent c532ac1 commit 8c24f69
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ on:
branches:
- 'master'


jobs:
publish:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [16]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -32,4 +31,4 @@ jobs:
run: yarn ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8c24f69

Please sign in to comment.