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 3db5d42 commit b3c303fCopy full SHA for b3c303f
.github/workflows/rtp.js.yaml
@@ -18,15 +18,13 @@ jobs:
18
matrix:
19
ci:
20
- os: ubuntu-22.04
21
- node: 18
22
- - os: ubuntu-24.04
23
node: 20
24
- os: ubuntu-24.04
25
node: 22
26
- os: macos-13
27
28
- - os: macos-14
29
+ - os: macos-14
+ node: 22
30
- os: macos-15
31
32
- os: windows-2022
package.json
@@ -44,7 +44,7 @@
44
"nodejs"
45
],
46
"engines": {
47
- "node": ">=18"
+ "node": ">=20"
48
},
49
"scripts": {
50
"prepare": "node npm-scripts.mjs prepare",
0 commit comments