From 5028ba5461e7e58d33f399dba666e088ba0918ab Mon Sep 17 00:00:00 2001 From: Alex J Burke Date: Tue, 30 Jan 2024 14:35:42 +0100 Subject: [PATCH] Revert "Using Node.js 18 and 20 now (dropping support for Node.js 16)" This reverts commit 5d7358c6067f51be71106bbc0e490c9135fb6e26. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b79703..d013374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: node: + - '16' - '18' - '20' steps: @@ -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