Skip to content

Commit

Permalink
Merge pull request #47 from credful/chore/update-deps2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jasonstitt committed Nov 18, 2023
2 parents 463874d + 2cafdc3 commit 0fe316a
Show file tree
Hide file tree
Showing 4 changed files with 1,184 additions and 978 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm run lint
test:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ We also get free cookies (meaning, we're not starting a new blank session every

# Version support

Node 14-18.
Node 16-20.

# Maintainers

Expand Down

0 comments on commit 0fe316a

Please sign in to comment.