Skip to content

Commit 2dd36eb

Browse files
committed
Test on Node.js 22.x.
1 parent 3a26105 commit 2dd36eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 10
2424
strategy:
2525
matrix:
26-
node-version: [14.x, 16.x, 18.x, 20.x]
26+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)