Skip to content

Commit

Permalink
publish npm packages using node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Dec 21, 2023
1 parent 6a589dc commit 1ddaefc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 }}

5 changes: 3 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@exabyte-io/code.js": "2023.11.22-0",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/made.js": "2022.6.15-0",
"@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#dfa568f94632c33572e3c505e2a43bc3e46e0d0a",
"@exabyte-io/application-flavors.js": "2023.12.21-0",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
Expand Down

0 comments on commit 1ddaefc

Please sign in to comment.