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.
1 parent bec1985 commit 38dd116Copy full SHA for 38dd116
.github/workflows/ci.yml
@@ -1,12 +1,12 @@
1
name: ci
2
3
-on: { push: { branches: [main] }, pull_request: { branches: [v1] } }
+on: { push: { branches: [v1] }, pull_request: { branches: [v1] } }
4
5
jobs:
6
ci:
7
runs-on: ubuntu-latest
8
strategy:
9
- matrix: { node: [18, 20, 22, 24] }
+ matrix: { node: [20, 22, 24] }
10
steps:
11
- uses: actions/checkout@v5
12
- run: corepack enable
0 commit comments