Skip to content

Commit

Permalink
Merge pull request #10 from milankomaj/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
milankomaj authored Nov 7, 2023
2 parents 1fa4d49 + 1e9ecb1 commit dd93f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit dd93f3a

Please sign in to comment.