Bump actions/setup-node from 3.3.0 to 3.4.0 #407
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v3.0.2
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3.3.0
|
||||
uses: actions/setup-node@v3.4.0
|
||||
with:
|
||||
node-version: "16.x"
|
||||
registry-url: ${{ matrix.npm_registry == 'NPM' && 'https://registry.npmjs.org/'|| 'https://npm.pkg.github.com/' }}
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
persist-credentials: true
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3.3.0
|
||||
uses: actions/setup-node@v3.4.0
|
||||
with:
|
||||
node-version: "16.x"
|
||||
|
||||
|
2
.github/workflows/testProject.yml
vendored
2
.github/workflows/testProject.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Setup Node.js (Github Packages)
|
||||
uses: actions/setup-node@v3.3.0
|
||||
uses: actions/setup-node@v3.4.0
|
||||
with:
|
||||
node-version: "${{ matrix.node_version }}.x"
|
||||
|
||||
|
Reference in New Issue
Block a user