Skip to content

Commit 9f6eaef

Browse files
committed
ci: run workdlows on 22 node
1 parent 0014dc1 commit 9f6eaef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [20.x, 22.x]
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [20.x, 22.x]
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)