Skip to content

Commit

Permalink
build: bump node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd committed Jan 15, 2023
1 parent 07d1933 commit 8108a30
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18
WORKDIR /app

# Install FFMPEG
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MagiBot - a Discord bot to build communities",
"main": "dist/index.js",
"engines": {
"node": "16.x"
"node": "18.x"
},
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/centra": "2.2.0",
"@types/ffprobe": "1.1.3",
"@types/node": "16.18.11",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "8.32.0",
Expand Down

0 comments on commit 8108a30

Please sign in to comment.