Bump actions/setup-node from 3.2.0 to 3.3.0 #388

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/setup-node-3.3.0 into main 2022-06-07 11:09:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3.0.2 uses: actions/checkout@v3.0.2
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3.2.0 uses: actions/setup-node@v3.3.0
with: with:
node-version: "16.x" node-version: "16.x"
registry-url: ${{ matrix.npm_registry == 'NPM' && 'https://registry.npmjs.org/'|| 'https://npm.pkg.github.com/' }} registry-url: ${{ matrix.npm_registry == 'NPM' && 'https://registry.npmjs.org/'|| 'https://npm.pkg.github.com/' }}
@ -70,7 +70,7 @@ jobs:
persist-credentials: true persist-credentials: true
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3.2.0 uses: actions/setup-node@v3.3.0
with: with:
node-version: "16.x" node-version: "16.x"

View File

@ -18,7 +18,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2.4.0 - uses: actions/checkout@v2.4.0
- name: Setup Node.js (Github Packages) - name: Setup Node.js (Github Packages)
uses: actions/setup-node@v3.2.0 uses: actions/setup-node@v3.3.0
with: with:
node-version: "${{ matrix.node_version }}.x" node-version: "${{ matrix.node_version }}.x"