Skip to content

Commit

Permalink
use node 16 as base docker image and update package-lock.json version…
Browse files Browse the repository at this point in the history
… to 2
  • Loading branch information
nwtgck committed Feb 5, 2022
1 parent 57cf358 commit c79f8ab
Show file tree
Hide file tree
Showing 5 changed files with 3,270 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ updates:
open-pull-requests-limit: 99
reviewers: [ nwtgck ]
assignees: [ nwtgck ]
ignore:
- dependency-name: "@types/node"
versions:
- ">= 11.a, < 12"
- dependency-name: "@types/node"
versions:
- ">= 13.a, < 14"
- package-ecosystem: docker
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.3-alpine
FROM node:16.13.2-alpine

LABEL maintainer="Ryo Ota <[email protected]>"

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# (based on: https://www.appveyor.com/docs/lang/nodejs-iojs/)

environment:
# NOTE: Only test in Node.js 10 to shorten time
nodejs_version: "10"
# NOTE: Only test in Node.js 16 to shorten time
nodejs_version: "16"

# Install scripts. (runs after repo cloning)
install:
Expand Down
Loading

0 comments on commit c79f8ab

Please sign in to comment.