Bump actions/setup-node from 2.1.5 to 2.2.0 #123
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Npm and Node Setup
|
- name: Npm and Node Setup
|
||||||
uses: actions/setup-node@v2.1.5
|
uses: actions/setup-node@v2.2.0
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@v2.1.5
|
- uses: actions/setup-node@v2.2.0
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
Reference in New Issue
Block a user