Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
totallytavi committed Aug 31, 2022
2 parents c1a1e50 + b5fee7e commit 3542b71
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 755 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
TOKEN_UPTIME: ${{ secrets.TOKEN_UPTIME }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# get node version 10
# TODO: update node version
FROM node:16.14.2-buster-slim
FROM node:16.17.0-buster-slim

# Create app directory
WORKDIR /usr/src/app
Expand Down
Loading

0 comments on commit 3542b71

Please sign in to comment.