Skip to content

Commit 4fafc17

Browse files
awatermawjhsf
andauthored
Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerfile version to Node:16) (#242)
Co-authored-by: Will Harney <[email protected]>
1 parent aa4396d commit 4fafc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x, 14.x, 16.x]
16+
node-version: [14.x, 16.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12
1+
FROM node:16
22
33
LABEL Description="Vendor=\"Salesforce.com\" Version=\"1.0\""
44
RUN apt-get update && \

0 commit comments

Comments
 (0)