Skip to content

Commit

Permalink
Merge pull request #15 from Troopers/feat-add-node-16-curl-tidy-yarn-3
Browse files Browse the repository at this point in the history
feat: add node-16-curl-tidy-yarn-3
  • Loading branch information
alexislefebvre authored Oct 19, 2023
2 parents 6b9e173 + dbe9ece commit cd3a3da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- node-12-eas
- node-14-eas
- node-16-curl-tidy
- node-16-curl-tidy-yarn-3

steps:
- name: Set up Docker Buildx
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Images:
- `ghcr.io/troopers/node-12-eas`: use it to run Expo EAS
- `ghcr.io/troopers/node-14-eas`: use it to run Expo EAS with Expo and SDK 45
- `ghcr.io/troopers/node-16-curl-tidy`: use it to run node and tidy
- `ghcr.io/troopers/node-16-curl-tidy-yarn-3`: use it to run node and tidy, with yarn 3
5 changes: 5 additions & 0 deletions node-16-curl-tidy-yarn-3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:16-bullseye-slim

RUN yarn set version 3.6.2 && yarn --version

RUN apt-get update && apt-get install --yes -qq curl tidy

0 comments on commit cd3a3da

Please sign in to comment.