Skip to content

Commit d749fed

Browse files
committed
chore: change default node version to 24
1 parent 76f78c7 commit d749fed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [20, 22]
12-
pnpm: [8, 9]
11+
node: [22, 24]
12+
pnpm: [9, 10]
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
node:
1313
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'
1414
required: false
15-
default: '22'
15+
default: '24'
1616
node-file:
1717
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions. If "node" and "node-file" are both provided the action will use the version from "node-file".'
1818
required: false

0 commit comments

Comments
 (0)