From 4fafc179a798a570e32fc698034f0480c07d9afa Mon Sep 17 00:00:00 2001 From: Andrew Waterman <65307+awaterma@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:57:30 -0700 Subject: [PATCH] Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerfile version to Node:16) (#242) Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com> --- .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 && \