Skip to content

Commit

Permalink
add testing on node 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 20, 2024
1 parent b455ac9 commit 3efe87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [20.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 3efe87e

Please sign in to comment.