Skip to content

Commit

Permalink
Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move…
Browse files Browse the repository at this point in the history
… Dockerfile version to Node:16) (#242)

Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
  • Loading branch information
awaterma and wjhsf committed Aug 2, 2022
1 parent aa4396d commit 4fafc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 && \
Expand Down

0 comments on commit 4fafc17

Please sign in to comment.