Skip to content

Commit

Permalink
Merge pull request #471 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain committed Mar 11, 2022
2 parents f5b2400 + a8a3161 commit 9e77e2a
Show file tree
Hide file tree
Showing 98 changed files with 32,317 additions and 13,168 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-and-test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 15.x]
node-version: [12.x, 15.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -18,18 +18,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: cache dependencies
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ matrix.node-version }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-${{ matrix.node-version }}-
${{ runner.os }}-npm-
- name: npm install, build, lint, and test
run: |
npm ci
npm install
npm run build
npm run lint
npm run test:build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.2
with:
node-version: '12.x'
node-version: '16.x'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install
run: |
npm ci
npm i
npm i --no-save eslint
- name: static checks
Expand Down

0 comments on commit 9e77e2a

Please sign in to comment.