We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a3330 commit 8ca8cbeCopy full SHA for 8ca8cbe
.github/workflows/test.yml
@@ -2,7 +2,7 @@ on: [push, pull_request]
2
3
jobs:
4
test:
5
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
6
strategy:
7
matrix:
8
node: ['latest', 'lts/*', 'lts/-1']
0 commit comments