Skip to content

Commit 1915cc1

Browse files
committed
chore: build for v22 and v24 only
1 parent c92d1c2 commit 1915cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
pull_request:
5-
branches: ['main']
5+
branches: ["main"]
66

77
permissions:
88
contents: read
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.x]
19+
node-version: [22.x, 24.x]
2020

2121
steps:
2222
- name: Checkout repository
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
28+
cache: "npm"
2929
- name: Install dependencies
3030
run: npm ci
3131
- name: Test build

0 commit comments

Comments
 (0)