Skip to content

Commit

Permalink
chore!: drop Node.js 12 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethGriggs committed Feb 1, 2023
1 parent 4ef3067 commit 49cf11f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Nodeshift is an opinionated command line application and programmable API that y

## Prerequisites

* Node.js - version 12.x or greater
* Node.js - version 14.x or greater

## Install

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 @@ -23,7 +23,7 @@
"package-support.json"
],
"engines": {
"node": "^16 || ^14 || ^12"
"node": "^16 || ^14"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 49cf11f

Please sign in to comment.