mirror of
https://github.com/koenrh/actions.git
synced 2024-12-28 19:04:21 +08:00
Upgrade eslint v6.8.0
This commit is contained in:
parent
d19792d301
commit
1b340ed33b
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ LABEL "com.github.actions.name"="GitHub Action for ESLint"
|
||||||
LABEL "com.github.actions.icon"="code"
|
LABEL "com.github.actions.icon"="code"
|
||||||
LABEL "com.github.actions.color"="blue"
|
LABEL "com.github.actions.color"="blue"
|
||||||
|
|
||||||
ENV ESLINT_VERSION=5.12.1 \
|
ENV ESLINT_VERSION=6.8.0 \
|
||||||
ESLINT_CHECKSUM="642ba59e25de166cf730d6eeb0af9b6f37ab21a04f5726baae6b1588da4afa60" \
|
ESLINT_CHECKSUM="10da0d30a69d0ac0b6ea690fdd1e5dd8edf61b5a5f1433d99f976452067947b8" \
|
||||||
PATH=/usr/lib/node_modules/.bin:$PATH
|
PATH=/usr/lib/node_modules/.bin:$PATH
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
|
|
Loading…
Reference in a new issue