Skip to content

Commit

Permalink
Update check-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo committed Oct 13, 2022
1 parent 1ca40d3 commit e914bff
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set Node.js 12.x
uses: actions/setup-node@v2.4.1
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 12.x

- name: Install Yarn
run: npm install -g yarn
node-version: 16

- name: Install dependencies
run: yarn
run: npm i

- name: Rebuild the dist/ directory
run: yarn run prepare
run: npm run prepare

- name: Compare the expected and actual dist/ directories
run: |
Expand Down

0 comments on commit e914bff

Please sign in to comment.