Skip to content

Commit

Permalink
cicd: updates setup for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Nov 7, 2024
1 parent ee7fb36 commit ef5926e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jdispatcher-viewers
on: [push]
jobs:
check:
runs-on: node:18.20-alpine3.19
runs-on: ubuntu-latest
steps:
#----------------------------------------------
# Check-out repo and set-up python
Expand All @@ -17,6 +17,10 @@ jobs:
#----------------------------------------------
# Try a "clean" install (without forcing dependencies)
#----------------------------------------------
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.20'
- name: Clean install
run: npm install --dry-run
#----------------------------------------------
Expand Down

0 comments on commit ef5926e

Please sign in to comment.