mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 18:50:54 +00:00
Merge pull request #551 from TEParsons/main-textbox-placeholder
FF: Allow TextBox to accept "placeholder" as an input
This commit is contained in:
commit
e9da57194a
2
.github/workflows/Automated Test (full).yml
vendored
2
.github/workflows/Automated Test (full).yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '15'
|
||||||
- name: Cache modules psychojs_testing
|
- name: Cache modules psychojs_testing
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/Automated Test (short).yml
vendored
2
.github/workflows/Automated Test (short).yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '15'
|
||||||
|
|
||||||
# START: install psychojs_testing
|
# START: install psychojs_testing
|
||||||
- name: Checkout psychojs_testing
|
- name: Checkout psychojs_testing
|
||||||
|
Loading…
Reference in New Issue
Block a user