Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade node #105

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

- [ ] Did you bump the version in `package.json` so that releases to npm are
made without version conflict?
- [ ] Did you also run `npm install` with npm@6.14.14 to update the version number in the `package.lock`?
- [ ] Did you also run `npm install` with npm@20.12.0 to update the version number in the `package.lock`?
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.17.4
nodejs 20.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.4-alpine AS builder
FROM node:20.12.0-alpine AS builder
WORKDIR /app/src

# Copy only the needed files to help docker caching
Expand Down
Loading
Loading