Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
- Build and run on Node 20.
- Add dependabot for GH Actions.
  • Loading branch information
eatyourgreens committed Nov 6, 2023
1 parent 12e2db1 commit a272a04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down

0 comments on commit a272a04

Please sign in to comment.