Skip to content

Commit

Permalink
use node 16 for package compat
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jun 20, 2024
1 parent 65e8c13 commit 02e1580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- .github/workflows/javascript.yaml

jobs:
docs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
run: echo "DEPLOY_URL=${DEPLOY_URL}"
- uses: actions/setup-node@v2
with:
node-version: '15.x'
node-version: '16'
registry-url: 'https://registry.npmjs.org'
scope: '@hal9ai'
- run: yarn install
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hal9 PyPi Downloads](https://img.shields.io/pypi/dm/hal9?label=PyPI)](https://pypistats.org/packages/hal9)
[![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hm/hal9ai/hal9)](https://www.jsdelivr.com/package/npm/hal9)
[![GitHub star chart](https://img.shields.io/github/stars/hal9ai/hal9?style=flat-square)](https://star-history.com/#hal9ai/hal9)

Create and deploy generative ([LLMs](https://github.com/Hannibal046/Awesome-LLM) and [diffusers](https://github.com/huggingface/diffusers)) applications (chatbots and APIs) in seconds.
Expand Down

0 comments on commit 02e1580

Please sign in to comment.