Skip to content

Commit

Permalink
Merge pull request #1016 from metabrainz/node-18-update
Browse files Browse the repository at this point in the history
chore: Update Node to v18
  • Loading branch information
MonkeyDo authored Sep 18, 2023
2 parents 6f1372e + d121308 commit 448e42f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 66 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ test/
.gitignore
.gitmodules
.tern-project
.travis-yml
LICENSE
README.md
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ insert_final_newline = true
trim_trailing_whitespace = true

# The YAML spec explicitly forbids tabs; we use YAML for ESLint
[{package.json,.eslintrc,.travis.yml}]
[{package.json,.eslintrc}]
indent_size = 2
indent_style = space
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/setup-node@v1
with:
# We could also test on multiple Node versions if needed: https://github.com/actions/setup-node#matrix-testing
node-version: '16'
node-version: '18'
# Enables caching NPM dependencies (uses https://github.com/actions/cache under the hood)
cache: 'yarn'

Expand Down
61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM metabrainz/node:16 as bookbrainz-base
FROM metabrainz/node:18 as bookbrainz-base

ARG DEPLOY_ENV
ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dupreport": "npx jsinspect src/ || true"
},
"engines": {
"node": ">= 16.16.0"
"node": ">= 18"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
Expand Down

0 comments on commit 448e42f

Please sign in to comment.