Skip to content

Commit 69e3f03

Browse files
Fix: ensure npm ci is run before zipping release asset
1 parent b96021e commit 69e3f03

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
run: |
8484
composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
8585
86+
- name: Use Node.js
87+
uses: actions/setup-node@v4
88+
with:
89+
node-version-file: 'package.json'
90+
cache: npm
91+
registry-url: 'https://npm.pkg.github.com'
92+
scope: '@writepoetry'
93+
8694
- name: Install packages
8795
run: npm ci
8896

0 commit comments

Comments
 (0)