Skip to content

Commit 6d154b6

Browse files
authored
Merge pull request #17 from NeoScript/upgrade_angular
Upgrade github action
2 parents ade1e46 + 49a5dbb commit 6d154b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// "features": {},
1313

1414
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15-
"forwardPorts": [4200, 8681, 7200],
15+
"forwardPorts": [4200, 8681, 7200]
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
1818
// "postCreateCommand": "yarn install",

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Build image
2222
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine as build
1+
FROM node:20-alpine as build
22

33
WORKDIR /app
44
ADD webapp .

0 commit comments

Comments
 (0)