Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
calumk committed Nov 17, 2023
2 parents 2ddda92 + 8b4be40 commit cbd55a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: '20.x'
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access : "public"
access : "public"

0 comments on commit cbd55a7

Please sign in to comment.