We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cee488 commit ef903e6Copy full SHA for ef903e6
2 files changed
.github/workflows/rtp.js.yaml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
ci:
20
- os: ubuntu-24.04
21
- node: 20
+ node: 22
22
23
node: 24
24
- os: macos-14
package.json
@@ -44,7 +44,7 @@
44
"nodejs"
45
],
46
"engines": {
47
- "node": ">=20"
+ "node": ">=22"
48
},
49
"scripts": {
50
"prepare": "node npm-scripts.mjs prepare",
0 commit comments