1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

drop support for IE 11 and classic Edge (16-18) ✌️

This commit is contained in:
2021-06-03 11:26:04 -04:00
parent 2a1a696b5b
commit bc9cf68849
7 changed files with 19 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ jobs:
lfs: false
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: Install LHCI
run: npm install -g @lhci/cli
- name: Check LHCI
@@ -72,7 +72,7 @@ jobs:
lfs: false
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- name: Get Yarn cache path
# https://github.com/actions/cache/blob/master/examples.md#node---yarn
# https://github.com/actions/cache/issues/60