File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 20
20
- cypress-16-docker-compose
21
21
- node-12-eas
22
22
- node-14-eas
23
+ - node-18-eas
23
24
- node-16-curl-tidy
24
25
- node-16-curl-tidy-yarn-3
25
26
Original file line number Diff line number Diff line change 7
7
- ` ghcr.io/troopers/cypress-16-docker-compose ` : use it to run Cypress and a Docker stack
8
8
- ` ghcr.io/troopers/node-12-eas ` : use it to run Expo EAS
9
9
- ` ghcr.io/troopers/node-14-eas ` : use it to run Expo EAS with Expo and SDK 45
10
+ - ` ghcr.io/troopers/node-18-eas ` : use it to run Expo EAS with Expo and SDK 50
10
11
- ` ghcr.io/troopers/node-16-curl-tidy ` : use it to run node and tidy
11
12
- ` ghcr.io/troopers/node-16-curl-tidy-yarn-3 ` : use it to run node and tidy, with yarn 3
Original file line number Diff line number Diff line change
1
+ FROM node:18-alpine
2
+
3
+ # bash and node are required by EAS
4
+ RUN apk add --no-cache bash git
You can’t perform that action at this time.
0 commit comments