From 292881829aa669aaf86248192456b4a2239c2a95 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 222ef9d..f274221 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16.x cache: npm - name: Install Dependencies run: npm ci @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16.x cache: npm - name: Install Dependencies run: npm install --no-shrinkwrap @@ -74,7 +74,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 16.x cache: npm - name: Install Dependencies run: npm ci