Update setup-node
This commit is contained in:
parent
a11285142a
commit
8ad924ed80
4 changed files with 6 additions and 6 deletions
6
.github/workflows/js.yml
vendored
6
.github/workflows/js.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
node: [14.6.0]
|
node: [14.6.0]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1.4.2
|
- uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
node: [14.6.0]
|
node: [14.6.0]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1.4.2
|
- uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
|
@ -103,7 +103,7 @@ jobs:
|
||||||
postgres_image_tag: 11-alpine
|
postgres_image_tag: 11-alpine
|
||||||
postgres_user: houdini_user
|
postgres_user: houdini_user
|
||||||
postgres_password: password
|
postgres_password: password
|
||||||
- uses: actions/setup-node@v1.4.2
|
- uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
|
|
2
.github/workflows/markdown.yml
vendored
2
.github/workflows/markdown.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v1.4.2
|
uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: 14.6.0
|
node-version: 14.6.0
|
||||||
- name: lint Markdown
|
- name: lint Markdown
|
||||||
|
|
2
.github/workflows/notice_js.yml
vendored
2
.github/workflows/notice_js.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1.4.2
|
- uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.node }}
|
node-version: ${{ env.node }}
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
|
|
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
postgres_image_tag: 11-alpine
|
postgres_image_tag: 11-alpine
|
||||||
postgres_user: houdini_user
|
postgres_user: houdini_user
|
||||||
postgres_password: password
|
postgres_password: password
|
||||||
- uses: actions/setup-node@v1.4.2
|
- uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
|
|
Loading…
Reference in a new issue