Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gemanor authored Dec 30, 2024
1 parent 1a6b819 commit 5e994f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

# Step to install libsecret
- name: Install libsecret
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
# Comment: Required for secure credential storage by certain Node.js packages

- run: npm ci
- run: npm run build --if-present
- run: npm run lint
Expand Down

0 comments on commit 5e994f8

Please sign in to comment.