Skip to content

Commit

Permalink
update dockerfile & npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mchangrh committed May 17, 2022
1 parent 905cbb7 commit 1572fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine3.14
FROM node:lts-alpine3.15
WORKDIR /usr/src/niles
COPY . .
RUN npm install --production
Expand Down

0 comments on commit 1572fec

Please sign in to comment.