Skip to content

Commit

Permalink
Add pre release script
Browse files Browse the repository at this point in the history
  • Loading branch information
weskamm committed Jun 20, 2022
1 parent a556fc6 commit f19ae59
Show file tree
Hide file tree
Showing 4 changed files with 17,698 additions and 11,717 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- name: Checkout sources
Expand All @@ -29,7 +29,9 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies ⏬
run: npm install
run: |
sudo apt-get install -y libpixman-1-dev libpango1.0-dev libgif-dev libcairo-dev build-essential libjpeg-dev librsvg2-dev
npm ci
- name: Lint code 💄
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies ⏬
run: npm install
run: npm ci

- name: Generate coverage 🧪
run: npm run test
Expand Down
Loading

0 comments on commit f19ae59

Please sign in to comment.