Skip to content

Commit

Permalink
fix npm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 13, 2024
1 parent da375f0 commit 8b69d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@hal9ai'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hal9",
"version": "1.3.0",
"version": "2.1.1",
"license": "MIT",
"description": "Hal9: Create and Share Generative Apps",
"main": "dist/hal9.js",
Expand Down

0 comments on commit 8b69d5b

Please sign in to comment.