Skip to content

Commit

Permalink
Merge pull request #10 from newfold-labs/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…in/actions/setup-node-4

GitHub Actions(deps): Bump actions/setup-node from 3 to 4
  • Loading branch information
circlecube authored Jan 8, 2025
2 parents 9f54735 + 5e6fe7b commit 419f34f
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: https://registry.npmjs.org
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
ref: main
token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: fregante/setup-git-user@v2
Expand Down

0 comments on commit 419f34f

Please sign in to comment.