mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Merge pull request #124 from ponydevs/actions-node-version
Actions: use Node 10.x
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: '10.x'
|
||||
- name: install gulp
|
||||
run: bash .github/ci-install-gulp.sh
|
||||
- run: npm ci
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: '10.x'
|
||||
- name: install gulp
|
||||
run: bash .github/ci-install-gulp.sh
|
||||
- run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user