We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5c017 commit 8615a11Copy full SHA for 8615a11
1 file changed
.github/workflows/push.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: [20, 22, 24]
+ node-version: [22, 24, 26]
10
# Skip job if commit message contains "[skip ci]"
11
if: |
12
!contains(github.event.head_commit.message, '[skip ci]')
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
- node-version: [24]
+ node-version: [ 26 ]
64
65
66
steps:
0 commit comments