Skip to content

Commit

Permalink
test: Add Node.js v18 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Dec 23, 2024
1 parent e003872 commit 1e8487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ["lts/*", "20", "16"]
node-version: ["lts/*", "20", "18", "16"]
os: ["ubuntu-latest"]
uses: ./.github/workflows/nodejs-test-reusable.yml
with:
Expand Down

0 comments on commit 1e8487c

Please sign in to comment.