File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2121 version : ${{ env.PNPM_VERSION }}
2222 - uses : actions/setup-node@v2
2323 with :
24- node-version : 16 .x
24+ node-version : 18 .x
2525 cache : pnpm
2626 - run : pnpm install
2727 - run : pnpm run lint
Original file line number Diff line number Diff line change 1919 version : ${{ env.PNPM_VERSION }}
2020 - uses : actions/setup-node@v2
2121 with :
22- node-version : 16 .x
22+ node-version : 18 .x
2323 cache : pnpm
2424 - run : pnpm install
2525 - run : npm publish
Original file line number Diff line number Diff line change 4444 "url" : " https://github.com/TelemetryDeck/JavaScriptSDK/issues"
4545 },
4646 "homepage" : " https://github.com/TelemetryDeck/JavaScriptSDK#readme" ,
47+ "engines" : {
48+ "node" : " >=18"
49+ },
4750 "devDependencies" : {
4851 "@rollup/plugin-commonjs" : " ^25.0.3" ,
4952 "@rollup/plugin-replace" : " ^5.0.2" ,
You can’t perform that action at this time.
0 commit comments