mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-12 20:52:31 +00:00
⬆️ Upgrade actions/setup-node action to v2
This commit is contained in:
parent
8735fb132d
commit
409116ace7
6 changed files with 6 additions and 6 deletions
2
.github/workflows/build-github.yml
vendored
2
.github/workflows/build-github.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
|
|
2
.github/workflows/record-images.yml
vendored
2
.github/workflows/record-images.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 15
|
||||
|
||||
|
|
2
.github/workflows/test-docsify.yml
vendored
2
.github/workflows/test-docsify.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
|
|
2
.github/workflows/test-docusaurus.yml
vendored
2
.github/workflows/test-docusaurus.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
|
|
2
.github/workflows/test-github.yml
vendored
2
.github/workflows/test-github.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
|
|
2
.github/workflows/test-vuepress.yml
vendored
2
.github/workflows/test-vuepress.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
|
|
Loading…
Reference in a new issue