Skip to content

Commit

Permalink
Install dependencies before packing
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 31, 2024
1 parent 4a4c19e commit 9ac10bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,17 @@ jobs:
with:
submodules: true

- name: Setup Node.js
- name: Setup npm with Node.js 20
uses: actions/setup-node@v4
with:
cache: npm
node-version: 20
token: ${{ secrets.NPM_TOKEN }}
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci --ignore-scripts

- name: Download artifacts
id: download-artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 9ac10bd

Please sign in to comment.