mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
update checkout action
This commit is contained in:
parent
ff0956cb18
commit
56c65eac05
1 changed files with 6 additions and 3 deletions
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
|
|
@ -12,7 +12,8 @@ jobs:
|
|||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
@ -46,7 +47,8 @@ jobs:
|
|||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
@ -101,7 +103,8 @@ jobs:
|
|||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue