From 67e7564572a2607b716b774b1290fe4c403d1ef7 Mon Sep 17 00:00:00 2001 From: Eliot Partridge Date: Fri, 13 Sep 2019 20:27:23 -0500 Subject: [PATCH] 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 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 030182d..f338600 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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