Skip to content

Commit

Permalink
Merge pull request #1083 from devicons/amacado/fix-npm-publish-workflow
Browse files Browse the repository at this point in the history
fix npm publish workflow
  • Loading branch information
Thomas-Boi authored Mar 22, 2022
2 parents 7efc400 + 8a216cd commit 7dd928a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
# "ref" specifies the branch to check out.
# "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 12
uses: actions/setup-node@v1
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required!
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 7dd928a

Please sign in to comment.