Skip to content

Commit

Permalink
update build matrix to use 18 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
skylermcnamee-hibc committed Sep 10, 2024
1 parent f963d39 commit 8c20164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jha-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: [test]
strategy:
matrix:
node-version: [22.x]
node-version: [18.x, 22.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 8c20164

Please sign in to comment.