Skip to content

Commit

Permalink
GitHub workflows: Dropped support for Node 14 and 16; Using Node 18 b…
Browse files Browse the repository at this point in the history
…y default; Added support for Node 20
  • Loading branch information
priyank committed Jan 19, 2024
1 parent f5809b8 commit 1be01ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -10,9 +10,8 @@ jobs:
strategy:
matrix:
node:
- "14"
- "16"
- "18"
- "20"
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand All @@ -39,7 +38,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick libjpeg-turbo-progs inkscape gifsicle
- run: npm install
Expand Down

0 comments on commit 1be01ef

Please sign in to comment.