mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 18:50:54 +00:00
Update node to v14
This commit is contained in:
parent
733526ae63
commit
3efb310faf
17
.github/workflows/Automated Test (full).yml
vendored
17
.github/workflows/Automated Test (full).yml
vendored
@ -49,6 +49,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: psychopy/psychojs_testing
|
repository: psychopy/psychojs_testing
|
||||||
path: psychojs_testing
|
path: psychojs_testing
|
||||||
|
- name: Setup node
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
- name: Cache modules psychojs_testing
|
- name: Cache modules psychojs_testing
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
@ -92,17 +96,16 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
test: ${{fromJson(needs.prepare.outputs.tests)}}
|
test: ${{fromJson(needs.prepare.outputs.tests)}}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup node
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: '12'
|
|
||||||
|
|
||||||
# START: install psychojs_testing
|
# START: install psychojs_testing
|
||||||
- name: Checkout psychojs_testing
|
- name: Checkout psychojs_testing
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: psychopy/psychojs_testing
|
repository: psychopy/psychojs_testing
|
||||||
path: psychojs_testing
|
path: psychojs_testing
|
||||||
|
- name: Setup node
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
- name: Cache modules psychojs_testing
|
- name: Cache modules psychojs_testing
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
@ -167,6 +170,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: psychopy/psychojs_testing
|
repository: psychopy/psychojs_testing
|
||||||
path: psychojs_testing
|
path: psychojs_testing
|
||||||
|
- name: Setup node
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
- name: Cache modules psychojs_testing
|
- name: Cache modules psychojs_testing
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user