Skip to content

Commit

Permalink
Drop support for Node 12
Browse files Browse the repository at this point in the history
Update CI to run on Node 14, 16
  • Loading branch information
edg2s authored and jdforrester committed Jan 11, 2023
1 parent ce6118c commit aab8c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"wikimedia"
],
"engine": {
"node": ">=12"
"node": ">=14"
},
"files": [
"common.json",
Expand Down

0 comments on commit aab8c14

Please sign in to comment.