We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1306116 + 908ff18 commit 364fce6Copy full SHA for 364fce6
.github/workflows/build-and-test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-24.04
6
strategy:
7
matrix:
8
- node-version: [20.x]
+ node-version: [20.x, 24.x]
9
name: Node ${{ matrix.node }} run
10
steps:
11
- uses: actions/checkout@v5
0 commit comments