Skip to content

Commit

Permalink
chore: downgrade to Node 12 to run WCT
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 11, 2022
1 parent 122941d commit 2d5e0e0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17,288 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: Polymer 2 on the CI agent
runs-on: ubuntu-latest
steps:
- name: Set up Node 16.x
- name: Set up Node 12.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 12.x

- name: Check out the source code
uses: actions/checkout@v2
Expand Down Expand Up @@ -41,14 +41,18 @@ jobs:
name: Polymer 3 on SauceLabs
runs-on: ubuntu-latest
steps:
- name: Set up Node 16.x
- name: Set up Node 12.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 12.x

- name: Check out the (Polymer 2) source code
uses: actions/checkout@v2

- name: Install latest npm
# magi-cli requires npm 7 or higher, and Node 12.x ships with npm 6
run: "npm install -g npm
- name: Install global npm dependencies
# bower and polymer-modulizer are needed to run the Polymer 3 conversion step
run: "npm install --quiet --no-progress --global bower polymer-modulizer"
Expand Down
Loading

0 comments on commit 2d5e0e0

Please sign in to comment.