Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent f45d85c commit c84a5a7
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standardjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

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:20.8.0
FROM node:21.2.0

COPY . /app

Expand Down
Loading

0 comments on commit c84a5a7

Please sign in to comment.