Skip to content

Commit

Permalink
Merge pull request #21 from Troopers/feat/add_node_18_image
Browse files Browse the repository at this point in the history
feat: add node 18 image
  • Loading branch information
alexislefebvre authored Jun 19, 2024
2 parents f55c977 + d7fbc6d commit 64e3cce
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -20,6 +20,7 @@ jobs:
- cypress-16-docker-compose
- node-12-eas
- node-14-eas
- node-18-eas
- node-16-curl-tidy
- node-16-curl-tidy-yarn-3

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Images:
- `ghcr.io/troopers/cypress-16-docker-compose`: use it to run Cypress and a Docker stack
- `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-18-eas`: use it to run Expo EAS with Expo and SDK 50
- `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
4 changes: 4 additions & 0 deletions node-18-eas/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM node:18-alpine

# bash and node are required by EAS
RUN apk add --no-cache bash git

0 comments on commit 64e3cce

Please sign in to comment.