Bump actions/setup-node from 3.5.1 to 3.6.0 #503
2
.github/workflows/gendocs.yaml
vendored
2
.github/workflows/gendocs.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-node@v3.5.1
|
- uses: actions/setup-node@v3.6.0
|
||||||
name: Setup node.js
|
name: Setup node.js
|
||||||
with:
|
with:
|
||||||
node-version: latest
|
node-version: latest
|
||||||
|
2
.github/workflows/php_buid.yml
vendored
2
.github/workflows/php_buid.yml
vendored
@ -207,7 +207,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Code checkout
|
name: Code checkout
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3.6.0
|
||||||
name: Setup node.js
|
name: Setup node.js
|
||||||
with:
|
with:
|
||||||
node-version: latest
|
node-version: latest
|
||||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
# Install basic tools
|
# Install basic tools
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3.6.0
|
||||||
name: Setup node.js
|
name: Setup node.js
|
||||||
with:
|
with:
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
name: Code checkout
|
name: Code checkout
|
||||||
|
|
||||||
# Install basic tools
|
# Install basic tools
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3.6.0
|
||||||
name: Setup node.js
|
name: Setup node.js
|
||||||
with:
|
with:
|
||||||
node-version: latest
|
node-version: latest
|
||||||
|
Reference in New Issue
Block a user