Skip to content

Commit

Permalink
move from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Sep 27, 2024
1 parent c7bd8ce commit 3674912
Show file tree
Hide file tree
Showing 3 changed files with 6,951 additions and 3,754 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x

- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if needed
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Test the app
uses: borales/actions-yarn@v4
with:
cmd: test # will run `yarn test` command
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm test
Loading

0 comments on commit 3674912

Please sign in to comment.