Skip to content

Commit

Permalink
Revert "Using Node.js 18 and 20 now (dropping support for Node.js 16)"
Browse files Browse the repository at this point in the history
This reverts commit 5d7358c.
  • Loading branch information
alexjeffburke committed Jan 30, 2024
1 parent 42f53b0 commit 5028ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
node:
- '16'
- '18'
- '20'
steps:
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '16'
- name: Install dependencies
run: sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick imagemagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-dev zlib1g-dev
- run: npm install
Expand Down

0 comments on commit 5028ba5

Please sign in to comment.