mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Actions: use Node 10.x
Since Pony Town requires Node 9 (and Node 10 seems to work), may as well do this now while we wait for tests to be fixed
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '10.x'
|
||||||
- name: install gulp
|
- name: install gulp
|
||||||
run: bash .github/ci-install-gulp.sh
|
run: bash .github/ci-install-gulp.sh
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '10.x'
|
||||||
- name: install gulp
|
- name: install gulp
|
||||||
run: bash .github/ci-install-gulp.sh
|
run: bash .github/ci-install-gulp.sh
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user