Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit ebc375d

Browse files
committed
Update build to remove EOL Node editions
1 parent 411c83e commit ebc375d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [12, 13, 14, 16]
15+
node-version: [14, 16]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v2
2020
with:
@@ -23,19 +23,19 @@ jobs:
2323
- run: npm i
2424
- run: npm run lint
2525
- run: npm run coverage
26-
- name: Upload coverage to Coveralls
27-
uses: coverallsapp/github-action@master
28-
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
30-
if: ${{ matrix.node-version == 12 }}
26+
# - name: Upload coverage to Coveralls
27+
# uses: coverallsapp/github-action@master
28+
# with:
29+
# github-token: ${{ secrets.GITHUB_TOKEN }}
30+
# if: ${{ matrix.node-version == 12 }}
3131
test-browser:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v2
35-
- name: Use Node.js 12
34+
- uses: actions/checkout@v3
35+
- name: Use Node.js 14
3636
uses: actions/setup-node@v2
3737
with:
38-
node-version: 12
38+
node-version: 14
3939
cache: 'npm'
4040
- run: npm i
4141
- run: npm run test:browser

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy