We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d969d3 commit dffc965Copy full SHA for dffc965
2 files changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [18, 20]
+ node: [22, 24]
9
name: Build on Node ${{ matrix.node }}
10
steps:
11
- uses: actions/checkout@v4
.github/workflows/test.yml
name: Test on Node ${{ matrix.node }}
0 commit comments