From: Joe Workman Date: Wed, 17 Nov 2021 19:17:36 +0000 (-0800) Subject: Move latest to node 14 X-Git-Tag: v6.7.5^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1b81a66e46ba3ee461f42f68b5fca120a89541;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Move latest to node 14 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1069b6ba..b32b32003 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,11 @@ on: [push, pull_request] jobs: build_latest_browserstack: - name: Node latest with browserstack + name: Node 14 with browserstack runs-on: ubuntu-latest - container: node:latest + strategy: + matrix: + node-version: [14.x] # latest (16) not functional steps: - uses: actions/checkout@v1 - name: install system dependencies @@ -22,9 +24,11 @@ jobs: run: yarn test:javascript:browserstack build_latest: - name: Node latest + name: Node 14 runs-on: ubuntu-latest - container: node:current + strategy: + matrix: + node-version: [14.x] # latest (16) not functional steps: - uses: actions/checkout@v1 - name: install system dependencies