Skip to content

Commit

Permalink
Merge pull request #719 from Crown-Commercial-Service/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/setup-node-3

Bump actions/setup-node from 2 to 3
  • Loading branch information
tim-s-ccs committed Jan 9, 2023
2 parents d2f991c + 9809bae commit 11e5de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 11e5de7

Please sign in to comment.