Skip to content

Commit

Permalink
Merge pull request #445 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain authored Nov 29, 2021
2 parents 78f0770 + af02f5a commit 16ddb9a
Show file tree
Hide file tree
Showing 100 changed files with 72,013 additions and 72,600 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '12'
node-version: '12.x'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- name: cache dependencies
uses: actions/cache@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node_modules
.git
coverage
coverage.lcov
codecov.yml
npm-debug.log
.nyc_output
*.DS_Store
Expand Down
Loading

0 comments on commit 16ddb9a

Please sign in to comment.