We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57cb90 commit e2aac86Copy full SHA for e2aac86
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- node: ["18.x", "20.x", "22.0.0"]
+ node: ["22.0.0"]
11
platform: [ubuntu-latest]
12
name: Node v${{matrix.node}} ((${{matrix.platform}}))
13
runs-on: ${{matrix.platform}}
0 commit comments