Skip to content

Commit

Permalink
Update minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl committed Aug 6, 2023
1 parent 6c50176 commit a4b858d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- run: pnpm install
- run: pnpm run lint
Expand All @@ -36,7 +36,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- run: pnpm install
- run: pnpm run test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- run: pnpm install
- run: npm publish
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"url": "https://github.com/TelemetryDeck/JavaScriptSDK/issues"
},
"homepage": "https://github.com/TelemetryDeck/JavaScriptSDK#readme",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-replace": "^5.0.2",
Expand Down

0 comments on commit a4b858d

Please sign in to comment.