Skip to content

Commit d1dcfd1

Browse files
authored
ci: add node 24 to test matrix (#815)
1 parent 24b1338 commit d1dcfd1

File tree

1 file changed

+1
-1
lines changed
  • templates/plugin/.github/workflows

1 file changed

+1
-1
lines changed

templates/plugin/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: read
1010
strategy:
1111
matrix:
12-
node-version: [20.x, 22.x]
12+
node-version: [20, 22, 24]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)