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 c0d58e3 commit 197cc44Copy full SHA for 197cc44
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [18]
+ node-version: [20]
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
packages/node/package.json
@@ -17,7 +17,7 @@
17
"!*.tsbuildinfo"
18
],
19
"engines": {
20
- "node": ">=18"
+ "node": "^20"
21
},
22
"scripts": {
23
".": "yarn run -T turbo run --filter=@segment/analytics-node",
0 commit comments