Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsag authored Jan 14, 2025
1 parent 46a1115 commit 7f3386a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker://alpine:3.8
strategy:
matrix:
node-version: [22.x]
Expand All @@ -21,8 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
- run: npm ci
run: npm ci
- name: Build
- run: npm run build --if-present


run: npm run build --if-present

0 comments on commit 7f3386a

Please sign in to comment.