Bump actions/setup-node from 3.1.0 to 3.1.1 #341
4
.github/workflows/publish_npm_main.yml
vendored
4
.github/workflows/publish_npm_main.yml
vendored
@ -23,14 +23,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@v3.1.0
|
uses: actions/setup-node@v3.1.1
|
||||||
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@v3.1.0
|
uses: actions/setup-node@v3.1.1
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: https://npm.pkg.github.com/
|
||||||
|
4
.github/workflows/publish_npm_release.yml
vendored
4
.github/workflows/publish_npm_release.yml
vendored
@ -20,14 +20,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@v3.1.0
|
uses: actions/setup-node@v3.1.1
|
||||||
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@v3.1.0
|
uses: actions/setup-node@v3.1.1
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: https://npm.pkg.github.com/
|
||||||
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Setup Node.js (Github Packages)
|
- name: Setup Node.js (Github Packages)
|
||||||
uses: actions/setup-node@v3.1.0
|
uses: actions/setup-node@v3.1.1
|
||||||
with:
|
with:
|
||||||
node-version: "${{ matrix.node_version }}.x"
|
node-version: "${{ matrix.node_version }}.x"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user