Bump actions/setup-node from 3.2.0 to 3.3.0 #388
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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"
|
||||||
|
|
||||||
|
2
.github/workflows/testProject.yml
vendored
2
.github/workflows/testProject.yml
vendored
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user