Skip to content

Commit

Permalink
Changes to get working with other updated pt services
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymist committed Mar 20, 2022
1 parent 3800046 commit f05a4cb
Show file tree
Hide file tree
Showing 6 changed files with 7,460 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [17.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# the Business Source License, use of this software will be governed
# by the Apache License, Version 2.0

FROM node:16-alpine
FROM node:17-alpine

ARG LOCAL_USER_ID
ARG LOCAL_GROUP_ID
Expand Down
Loading

0 comments on commit f05a4cb

Please sign in to comment.