Skip to content

Commit

Permalink
update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Nov 27, 2023
1 parent e1102a9 commit 45725e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
name: Build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install Node
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

# Install & build & test:
- run: yarn install
- run: yarn exec lerna bootstrap
- run: yarn npm audit --environment production
- run: yarn run build

# Coverage report
Expand Down

0 comments on commit 45725e1

Please sign in to comment.