Skip to content

Commit

Permalink
ci: update CI node version (#1454)
Browse files Browse the repository at this point in the history
* feat: update Dockerfile version

* chore: update CI node version
  • Loading branch information
lmquang authored Aug 18, 2023
1 parent ffefed2 commit 57ee983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v3 # v3
with:
cache: pnpm
node-version: 16
node-version: 18
- name: Install dependencies
run: pnpm install
# pinned version updated automatically by Renovate.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## this is stage two , where the app actually runs
FROM node:16.14.0-alpine
FROM node:18-alpine

ARG SWAGGER_URL=https://api.mochi.pod.town/swagger/doc.json
ENV SWAGGER_URL=$SWAGGER_URL
Expand Down

0 comments on commit 57ee983

Please sign in to comment.