Skip to content

Commit abe4072

Browse files
Shafeeq PPShafeeq PP
authored andcommitted
updated node version in release
1 parent 0c41fc9 commit abe4072

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Releases
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66

77
jobs:
88
build:
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: '12.x'
14+
node-version: "16.x"
1515
- run: npm install
1616

1717
- name: get-npm-version

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typescript": "^4.8.4"
2929
},
3030
"engines": {
31-
"node": ">=8.0.0"
31+
"node": ">=14.0.0"
3232
},
3333
"files": [
3434
"/lib",
@@ -63,16 +63,16 @@
6363
},
6464
"dependencies": {
6565
"@contentstack/cli-command": "^1.0.0",
66-
"@contentstack/management": "^1.2.4",
6766
"@contentstack/cli-utilities": "^1.0.0",
68-
"@oclif/command": "^1.8.0",
67+
"@contentstack/management": "^1.2.4",
68+
"@oclif/command": "^1.8.16",
6969
"@oclif/config": "^1.17.0",
7070
"cli-table3": "^0.6.0",
7171
"cli-ux": "^6.0.9",
72-
"inquirer": "^6.5.2",
72+
"inquirer": "^9.1.0",
7373
"jest": "^29.1.2",
7474
"jsonexport": "^3.2.0",
7575
"safe-regex": "^1.1.0",
7676
"tslib": "^1.14.1"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)