Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bump "engines" to node >= 12.0.0 (vercel#25761)
Browse files Browse the repository at this point in the history
* Bump "engines" to node >= 12.0.0

* Bump next-stats-action

* Rename azure groups
  • Loading branch information
styfle committed Jun 3, 2021
1 parent 88f1200 commit 37e6ff2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/next-stats-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:10-buster
FROM node:14-buster

LABEL com.github.actions.name="Next.js PR Stats"
LABEL com.github.actions.description="Compares stats of a PR with the main branch"
LABEL repository="https://github.com/zeit/next-stats-action"
LABEL repository="https://github.com/vercel/next-stats-action"

COPY . /next-stats

Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ stages:
vmImage: 'windows-2019'
strategy:
matrix:
node-10-1:
nodejs-1:
group: 1/4
node-10-2:
nodejs-2:
group: 2/4
node-10-3:
nodejs-3:
group: 3/4
node-10-4:
nodejs-4:
group: 4/4
steps:
- checkout: none
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@
"caniuse-lite": "1.0.30001228"
},
"engines": {
"node": ">= 10.13.0"
"node": ">=12.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"validate-npm-package-name": "3.0.0"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,6 @@
"webpack-sources": "1.4.3"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.0.0"
}
}

0 comments on commit 37e6ff2

Please sign in to comment.