Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/SOF-6914-rjsf
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Dec 12, 2023
2 parents 5cc7b3a + 4e9e1dd commit b7d44c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

steps:
- name: Checkout this repository
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Publish JS release
uses: ./actions/js/publish
with:
node-version: 12.21.x
node-version: 14
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@exabyte-io/ade.js": "2023.12.1-0",
"@exabyte-io/application-flavors.js": "2023.12.1-0",
"@exabyte-io/ade.js": "2023.12.9-0",
"@exabyte-io/application-flavors.js": "2023.12.9-2",
"@exabyte-io/code.js": "2023.6.10-1",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/ide.js": "2022.7.28-1",
Expand Down

0 comments on commit b7d44c0

Please sign in to comment.