Bump actions/setup-node from 2.5.1 to 3.0.0 #313

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/setup-node-3.0.0 into main 2022-02-25 11:13:49 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v3.0.0
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}

View File

@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Node.JS and NPM - name: Setup Node.JS and NPM
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v3.0.0
with: with:
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
node-version: ${{ matrix.node_version }} node-version: ${{ matrix.node_version }}
@ -68,14 +68,14 @@ jobs:
- name: Setup Node.js (NPM Packages) - name: Setup Node.js (NPM Packages)
if: matrix.npm_registry == 'NPM' if: matrix.npm_registry == 'NPM'
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v3.0.0
with: with:
node-version: 16.x node-version: 16.x
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- name: Setup Node.js (Github Packages) - name: Setup Node.js (Github Packages)
if: matrix.npm_registry == 'Github' if: matrix.npm_registry == 'Github'
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v3.0.0
with: with:
node-version: 16.x node-version: 16.x
registry-url: https://npm.pkg.github.com/ registry-url: https://npm.pkg.github.com/
@ -163,7 +163,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.JS and NPM - name: Setup Node.JS and NPM
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v3.0.0
with: with:
node-version: 16.x node-version: 16.x
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/