Skip to content

Commit

Permalink
Update to node 18, drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Nov 21, 2023
1 parent 108baac commit 94423ad
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 15 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ workflows:
matrix:
parameters:
node-version:
- "16"
- "18"
- "20"
- Prettier
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x

- name: Install Dependencies
run: npm i
Expand Down
38 changes: 28 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.0"
"node": ">=18.0"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
Expand All @@ -36,7 +36,7 @@
"@changesets/cli": "2.26.2",
"@jest/globals": "29.7.0",
"@types/jest": "29.5.8",
"@types/node": "16.18.62",
"@types/node": "18.18.11",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"cspell": "7.3.9",
Expand Down

0 comments on commit 94423ad

Please sign in to comment.