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 491e64e commit feee7bdCopy full SHA for feee7bd
.github/actions/setup/action.yml
@@ -4,7 +4,7 @@ inputs:
4
node-version:
5
description: "Node.js version to use"
6
required: false
7
- default: "22.10.x"
+ default: "22.21.x"
8
9
runs:
10
using: composite
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
if: ${{ github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'chore(release):') }}
21
strategy:
22
matrix:
23
- node-version: [22.17, 24]
+ node-version: [22.21]
24
steps:
25
- name: Checkout the repository
26
uses: actions/checkout@v5
0 commit comments