Skip to content

Commit

Permalink
chore: fix GH action config for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed Mar 17, 2022
1 parent 6083670 commit 7799c51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ on:

jobs:
publish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: checkout
uses: actions/setup-node@v1
with:
node-version: '16.3.0'
node-version: '16.13.2'
registry-url: https://registry.npmjs.org/
- name: install
run: npm i
Expand Down

0 comments on commit 7799c51

Please sign in to comment.