We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99123d3 commit 9ca89c6Copy full SHA for 9ca89c6
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
4
5
jobs:
6
test:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
8
strategy:
9
matrix:
10
node-version: [20.x, 22.x]
0 commit comments