Skip to content

Commit 64e3cce

Browse files
Merge pull request #21 from Troopers/feat/add_node_18_image
feat: add node 18 image
2 parents f55c977 + d7fbc6d commit 64e3cce

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/push.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- cypress-16-docker-compose
2121
- node-12-eas
2222
- node-14-eas
23+
- node-18-eas
2324
- node-16-curl-tidy
2425
- node-16-curl-tidy-yarn-3
2526

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Images:
77
- `ghcr.io/troopers/cypress-16-docker-compose`: use it to run Cypress and a Docker stack
88
- `ghcr.io/troopers/node-12-eas`: use it to run Expo EAS
99
- `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
1011
- `ghcr.io/troopers/node-16-curl-tidy`: use it to run node and tidy
1112
- `ghcr.io/troopers/node-16-curl-tidy-yarn-3`: use it to run node and tidy, with yarn 3

node-18-eas/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM node:18-alpine
2+
3+
# bash and node are required by EAS
4+
RUN apk add --no-cache bash git

0 commit comments

Comments
 (0)