Skip to content

Commit

Permalink
Merge pull request #3 from iconduit/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3
  • Loading branch information
ezzatron authored Oct 14, 2023
2 parents 843078f + 57f4000 commit dc194bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '*'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit dc194bd

Please sign in to comment.