Skip to content

Commit

Permalink
Merge pull request #86 from long-woo/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.1.0
  • Loading branch information
long-woo authored Oct 24, 2024
2 parents a363f3d + a7abca0 commit f7169e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Setup .npmrc file to publish to npm
- name: 发布到 npmjs
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit f7169e0

Please sign in to comment.