Skip to content

Commit 90bb5d3

Browse files
committed
Drop Test on node 20
1 parent 92cc8ef commit 90bb5d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/buildandtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
build-and-test:
1515
runs-on: ubuntu-24.04
1616
strategy:
17+
fail-fast: false
1718
matrix:
18-
node-version: [24.x, 22.x, 20.x]
19+
node-version: [24.x, 22.x]
1920
steps:
2021
- uses: actions/checkout@v4
2122
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)