Skip to content

Commit

Permalink
Merge pull request #13 from aabidsofi19/ci/release-workflow
Browse files Browse the repository at this point in the history
bump checkout action
  • Loading branch information
aabidsofi19 committed Dec 21, 2023
2 parents 2cd9810 + ae84d65 commit 9f3f3e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{secrets.GH_TOKEN}}

- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 9f3f3e0

Please sign in to comment.