From 215ff1080ef1fd4464b9975e0fa2ef64747eeb3c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 27 Jul 2022 11:16:45 -0700 Subject: [PATCH] Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerfile version to Node:16) --- .github/workflows/integration.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1398d9a5..29cbf133 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index c3452575..7fdc1378 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12 +FROM node:16 MAINTAINER awaterman@salesforce.com LABEL Description="Vendor=\"Salesforce.com\" Version=\"1.0\"" RUN apt-get update && \