Skip to content

Commit 4e9e1dd

Browse files
authored
Merge pull request #52 from Exabyte-io/feat/SOF-6892
SOF-6892: bump application-flavors and ade.js
2 parents a77b333 + 43e8d06 commit 4e9e1dd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.repository != 'Exabyte-io/template-definitions'
3737
strategy:
3838
matrix:
39-
node-version: [12.x, 14.x, 16.x, 18.x]
39+
node-version: [14.x, 16.x, 18.x]
4040

4141
steps:
4242
- name: Checkout this repository
@@ -73,7 +73,7 @@ jobs:
7373
- name: Publish JS release
7474
uses: ./actions/js/publish
7575
with:
76-
node-version: 12.21.x
76+
node-version: 14
7777
npm-token: ${{ secrets.NPM_TOKEN }}
7878
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
7979

package-lock.json

Lines changed: 6 additions & 6 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
@@ -46,8 +46,8 @@
4646
"underscore.string": "^3.3.4"
4747
},
4848
"devDependencies": {
49-
"@exabyte-io/ade.js": "2023.12.1-0",
50-
"@exabyte-io/application-flavors.js": "2023.12.1-0",
49+
"@exabyte-io/ade.js": "2023.12.9-0",
50+
"@exabyte-io/application-flavors.js": "2023.12.9-2",
5151
"@exabyte-io/code.js": "2023.6.10-1",
5252
"@exabyte-io/eslint-config": "^2022.11.17-0",
5353
"@exabyte-io/ide.js": "2022.7.28-1",

0 commit comments

Comments
 (0)