Skip to content

Commit a6ff72a

Browse files
committed
wip
1 parent 1e96c06 commit a6ff72a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
2929
with:
3030
npm-test-script: 'ci-test'
31-
node-versions: '14,16,18,19'
31+
node-versions: '16,18,19'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@socketsecurity/eslint-config": "^4.0.1",
34-
"@tsconfig/node14": "^14.1.2",
34+
"@tsconfig/node16": "^16.1.3",
3535
"@types/chai": "^4.3.4",
3636
"@types/chai-as-promised": "^7.1.5",
3737
"@types/mocha": "^10.0.1",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node14/tsconfig.json",
2+
"extends": "@tsconfig/node16/tsconfig.json",
33
"files": [
44
"index.js"
55
],

0 commit comments

Comments
 (0)