Skip to content

Commit 8278072

Browse files
chore: remove Node.js 18 from matrix to fix CI build with stencil-cli (bigcommerce#2563)
1 parent 516f268 commit 8278072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
node: [18.x, 20.x]
19+
node: [20.x]
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)