Skip to content

Commit

Permalink
Update npm-deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Feb 1, 2024
1 parent abc4470 commit 990166d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push_master.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: "18.17.1"
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 990166d

Please sign in to comment.