Skip to content

Commit 1c64b16

Browse files
committed
drop node 18 and 22 support
1 parent 470be29 commit 1c64b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: ['18', '20']
19+
node-version: ['20', '22']
2020
steps:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)