Skip to content

Commit

Permalink
Merge pull request #228 from harvard-lil/ci-node-21
Browse files Browse the repository at this point in the history
Add Node.js 21 to CI
  • Loading branch information
matteocargnelutti authored Oct 23, 2023
2 parents 99282ad + daca75c commit b40306c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 21 ]

name: Node.js ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 21 ]

name: Node.js ${{ matrix.node }}

Expand Down

0 comments on commit b40306c

Please sign in to comment.