Skip to content

Commit

Permalink
chore: bump dependences and use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
calebboyd committed Jul 13, 2023
1 parent d752ff0 commit 2786635
Show file tree
Hide file tree
Showing 4 changed files with 3,142 additions and 9,823 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Release
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18, 19]
node: [14, 16, 18, 20]
services:
redis:
image: redis
Expand All @@ -48,4 +48,3 @@ jobs:
run: npm ci
- name: Test
run: npm run test

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.4.0
Loading

0 comments on commit 2786635

Please sign in to comment.