Skip to content

Commit

Permalink
no need to support old node versions (move to 14/16/18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Jun 22, 2022
1 parent 2c546ff commit 1392bf3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "10"
- "9"
- "8"
- "18"
- "16"
- "14"
before_install:
- npm install -g grunt-cli
- npm install -g codecov
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:8-alpine
FROM node:16-alpine

RUN apk update
RUN apk add bzip2 tar git
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "14"
- nodejs_version: "16"
- nodejs_version: "18"

platform:
- x86
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"test": "grunt jasmine_node"
},
"engines": {
"node": ">= 8.0.0",
"node": ">= 14.0.0",
"npm": ">= 8.3.0"
},
"release-it": {
Expand Down

0 comments on commit 1392bf3

Please sign in to comment.