Skip to content

Commit b5d04d5

Browse files
rmi22186mparticle-automation
authored andcommitted
ci: Add node 18.x to build/tests (#548)
1 parent c21ce61 commit b5d04d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/higgs-shop-sample-app-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [windows-latest, ubuntu-latest, macos-latest]
24-
node-version: [16.x, 17.x]
24+
node-version: [16.x, 17.x, 18.x]
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v2

0 commit comments

Comments
 (0)