Skip to content

Commit

Permalink
with init
Browse files Browse the repository at this point in the history
  • Loading branch information
berniegp committed Oct 16, 2024
1 parent 2518ea9 commit 48bc1a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# - 23

steps:
- uses: actions/checkout@v4
# - uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
# node-version: ${{ matrix.node-version }}
Expand All @@ -59,5 +59,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
- run: npm install $BUILD_ARTIFACT_FILENAME
- run: |
npm init -y
npm install $BUILD_ARTIFACT_FILENAME
- run: ls node_modules

0 comments on commit 48bc1a2

Please sign in to comment.