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 dcfd417 commit ceacbc6Copy full SHA for ceacbc6
.github/workflows/push.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- node-version: [ 20.x, 21.x, 22.x, 23.x, 24.x ]
+ node-version: [20.x, 21.x, 22.x, 23.x, 24.x]
28
steps:
29
- uses: actions/checkout@master
30
- uses: actions/setup-node@v4
0 commit comments