Skip to content

Commit 379c58e

Browse files
committed
chore: Gave up on supporting Node v22 due node js request dependency using deprecated modules
1 parent ed7f9be commit 379c58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
node-version: [ 18.x, 20.x, 22.x ]
15+
node-version: [ 18.x, 20.x ]
1616
steps:
1717
- name: Get Code
1818
uses: actions/checkout@v3

0 commit comments

Comments
 (0)