Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanowen committed May 9, 2024
1 parent e584553 commit 2698ccf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
- name: Install our dependencies
run: npm install
- name: Build our release
run: npm run release
- name: Upload artifact
Expand Down

0 comments on commit 2698ccf

Please sign in to comment.