5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 18:56:56 +00:00

Merge pull request #94 from cycjimmy/dependabot/github_actions/actions/setup-node-3

build(deps): bump actions/setup-node from 2 to 3
This commit is contained in:
Geoffrey.C 2022-03-02 10:17:11 +08:00 committed by GitHub
commit 26b4020d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Setup Node.js with GitHub Package Registry - name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: 14 node-version: 14
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'