Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Feb 13, 2022
1 parent 23740c8 commit f4c3758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 16
- run: npm install
- run: npm run lint
test:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 16
- run: npm install
- run: npm test
diff:
Expand All @@ -30,8 +30,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 16
- run: npm install
- run: mv -r dist old-dist
- run: mv dist old-dist
- run: npm run build
- run: diff dist old-dist

0 comments on commit f4c3758

Please sign in to comment.