Bump "engines" to node >= 12.0.0 (#25761)

* Bump "engines" to node >= 12.0.0

* Bump next-stats-action

* Rename azure groups
This commit is contained in:
Steven 2021-06-03 18:21:16 -04:00 committed by GitHub
parent 73995f6385
commit 3ae27a87e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -138,6 +138,6 @@
"caniuse-lite": "1.0.30001228"
},
"engines": {
"node": ">= 10.13.0"
"node": ">=12.0.0"
}
}

View file

@ -48,6 +48,6 @@
"validate-npm-package-name": "3.0.0"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.0.0"
}
}

View file

@ -248,6 +248,6 @@
"webpack-sources": "1.4.3"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.0.0"
}
}