Skip to content

Commit

Permalink
Merge pull request #31 from flotiq/feature/25535-use-yarn-in-github-w…
Browse files Browse the repository at this point in the history
…orkflow

#25535 changed npm ci to yarn install
  • Loading branch information
rgembalik authored Oct 25, 2024
2 parents d972b6e + 3070f16 commit 82395ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,482 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: yarn install --frozen-lockfile
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 82395ff

Please sign in to comment.