Skip to content

Commit

Permalink
Merge pull request #153 from codelicia/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
malukenho authored Feb 22, 2024
2 parents c32015c + 4603eb3 commit 2cb61aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.0.0
- name: Publish if version has been updated
Expand Down

0 comments on commit 2cb61aa

Please sign in to comment.