diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index db4e36a5..1021e908 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x] steps: - name: Check out repo diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d1585fb1..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: node_js -node_js: - - 10 - - 12 -before_script: - - npm run build diff --git a/Dockerfile b/Dockerfile index 878c969d..eb77f5a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12 +FROM node:18 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/app.yaml b/app.yaml index b6f72df7..1f880c8d 100644 --- a/app.yaml +++ b/app.yaml @@ -1,2 +1,2 @@ -runtime: nodejs10 +runtime: nodejs18 instance_class: F4 \ No newline at end of file diff --git a/package.json b/package.json index 301e9918..90d040a7 100644 --- a/package.json +++ b/package.json @@ -71,8 +71,8 @@ "url": "https://github.com/nytimes/library/issues" }, "engines": { - "node": ">=10.x", - "npm": ">=6.5.x" + "node": ">=14.x", + "npm": ">=6.14.x" }, "homepage": "https://github.com/nytimes/library#readme" }