Skip to content

Commit feee7bd

Browse files
committed
chore(release): v3.3.1 (fix)
1 parent 491e64e commit feee7bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: "Node.js version to use"
66
required: false
7-
default: "22.10.x"
7+
default: "22.21.x"
88

99
runs:
1010
using: composite

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'chore(release):') }}
2121
strategy:
2222
matrix:
23-
node-version: [22.17, 24]
23+
node-version: [22.21]
2424
steps:
2525
- name: Checkout the repository
2626
uses: actions/checkout@v5

0 commit comments

Comments
 (0)