Skip to content

Commit

Permalink
Update node version of runner
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalkulkarni committed Jan 7, 2024
1 parent f85d015 commit dac0fc5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
node-version: 16
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_publish }}

0 comments on commit dac0fc5

Please sign in to comment.