Skip to content

Commit

Permalink
ci: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 29, 2024
1 parent 352c610 commit a8336f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Specific Node.js version
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Start MongoDB
uses: supercharge/[email protected]
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:18-alpine
FROM node:20-alpine

ENV RUNTIME_ENV=container

Expand Down

0 comments on commit a8336f3

Please sign in to comment.