Skip to content

Commit

Permalink
ci: Add node 18.x to build/tests (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 authored and mparticle-automation committed Jul 11, 2024
1 parent c21ce61 commit b5d04d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/higgs-shop-sample-app-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [16.x, 17.x]
node-version: [16.x, 17.x, 18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b5d04d5

Please sign in to comment.