Skip to content

Commit

Permalink
feat: adds nightly release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 committed Jul 8, 2024
1 parent 01b282c commit 3276402
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/public-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
HUSKY: 0

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -16,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 3276402

Please sign in to comment.