Skip to content

Commit 6339ab7

Browse files
committed
chore: Upgrade some packages and node
1 parent eefb4d0 commit 6339ab7

File tree

4 files changed

+91
-91
lines changed

4 files changed

+91
-91
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 18
1818
- run: npm ci
1919
- name: Release
2020
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 14
16+
node-version: 18
1717
- run: npm ci
1818
- name: Test
1919
run: npm run test
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 14
27+
node-version: 18
2828
- run: npm ci
2929
- name: Lint
3030
run: npm run lint

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"default": "./dist/index-esm.mjs"
1010
},
1111
"engines": {
12-
"node": "^12.22 || ^14.13 || >=16"
12+
"node": "^14.13 || >=16 || >=18"
1313
},
1414
"repository": "git@github.com:reconbot/typescript-library-template.git",
1515
"homepage": "https://github.com/reconbot/typescript-library-template",
@@ -27,12 +27,12 @@
2727
],
2828
"license": "MIT",
2929
"devDependencies": {
30-
"@microsoft/api-extractor": "7.19.4",
31-
"@types/chai": "4.3.0",
32-
"@types/mocha": "9.1.0",
33-
"@types/node": "17.0.15",
34-
"@typescript-eslint/eslint-plugin": "5.13.0",
35-
"@typescript-eslint/parser": "5.13.0",
30+
"@microsoft/api-extractor": "7.29.3",
31+
"@types/chai": "4.3.3",
32+
"@types/mocha": "9.1.1",
33+
"@types/node": "18.7.8",
34+
"@typescript-eslint/eslint-plugin": "5.33.1",
35+
"@typescript-eslint/parser": "5.33.1",
3636
"chai": "4.3.6",
3737
"esbuild": "0.14.47",
3838
"esbuild-register": "3.3.2",

0 commit comments

Comments
 (0)