Skip to content

Commit

Permalink
Merge pull request #30 from IncPlusPlus/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/actions/setup-node-v2.1.4

Bump actions/setup-node from v1 to v2.1.4
  • Loading branch information
IncPlusPlus committed Jan 17, 2021
2 parents 0a1dd26 + 0c108d3 commit 8a2e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.4
with:
node-version: '15.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 8a2e9fe

Please sign in to comment.