Skip to content

Commit

Permalink
chore: use node 20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chasewoo committed Jun 24, 2024
1 parent 40f7745 commit afadf62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.0'
node-version: '20.14.0'

- name: Restore cached npm dependencies
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.0'
node-version: '20.14.0'

- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.14.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.0 AS platform
FROM node:20.14.0-slim AS platform
WORKDIR /usr/src/app
COPY dist/installation/server .
EXPOSE 3000
Expand Down

0 comments on commit afadf62

Please sign in to comment.