From 25dd500170923b988e4b82f8ea06262952d0daa2 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Sat, 3 Jun 2023 21:29:34 +0100 Subject: [PATCH] drop support for node < v16 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d20d13a..3e160a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x cache: npm - name: Install Dependencies run: npm ci @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x cache: npm - name: Install Dependencies run: npm install --no-shrinkwrap @@ -68,7 +68,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x cache: npm - name: Install Dependencies run: npm ci