Skip to content

Commit 94423ad

Browse files
committed
Update to node 18, drop node 16
1 parent 108baac commit 94423ad

File tree

4 files changed

+32
-15
lines changed

4 files changed

+32
-15
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ workflows:
7575
matrix:
7676
parameters:
7777
node-version:
78-
- "16"
7978
- "18"
8079
- "20"
8180
- Prettier

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323
fetch-depth: 0
2424

25-
- name: Setup Node.js 16.x
25+
- name: Setup Node.js 18.x
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 16.x
28+
node-version: 18.x
2929

3030
- name: Install Dependencies
3131
run: npm i

package-lock.json

Lines changed: 28 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "dist/index.js",
1717
"types": "dist/index.d.ts",
1818
"engines": {
19-
"node": ">=16.0"
19+
"node": ">=18.0"
2020
},
2121
"scripts": {
2222
"build": "tsc --build tsconfig.build.json",
@@ -36,7 +36,7 @@
3636
"@changesets/cli": "2.26.2",
3737
"@jest/globals": "29.7.0",
3838
"@types/jest": "29.5.8",
39-
"@types/node": "16.18.62",
39+
"@types/node": "18.18.11",
4040
"@typescript-eslint/eslint-plugin": "6.11.0",
4141
"@typescript-eslint/parser": "6.11.0",
4242
"cspell": "7.3.9",

0 commit comments

Comments
 (0)