Skip to content

Commit

Permalink
test: test on node 20 (#12)
Browse files Browse the repository at this point in the history
We test on the latest LTS node release, up from the dev release 19.
  • Loading branch information
malandis authored Apr 9, 2024
1 parent d2bd4b6 commit 83889ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test-momento:
strategy:
matrix:
node: [16, 18, 19]
node: [16, 18, 20]
compression: [true, false]
name: Test on Node ${{ matrix.node }}
runs-on: macos-latest
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# TODO the redis tests are flaky when run all in parallel.
max-parallel: 2
matrix:
node: [16, 18, 19]
node: [16, 18, 20]
name: Test on Node ${{ matrix.node }}
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 83889ca

Please sign in to comment.