Skip to content

Commit

Permalink
[major] Updating to Node 22 and others
Browse files Browse the repository at this point in the history
  • Loading branch information
stjohnjohnson committed Nov 12, 2024
1 parent 8cebbce commit b2f15d8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 95 deletions.
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:22-alpine
WORKDIR /usr/src/app
RUN chown -R node:node /usr/src/app
USER node
Expand Down
123 changes: 32 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"dotenv": "^16.0.2",
"extra-life-api": "^7.1.0",
"dotenv": "^16.4.5",
"extra-life-api": "^8.0.0",
"log-timestamp": "^0.3.0",
"tmi.js": "^1.8.5"
},
"name": "extralife-twitch-bridge",
"description": "Add extra features to your Twitch chat from Extra Life",
"version": "1.1.1",
"version": "2.0.0",
"main": "main.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit b2f15d8

Please sign in to comment.