Skip to content

Commit ea57004

Browse files
committed
build: update to Node 14
1 parent ebd4119 commit ea57004

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@master
2727
with:
28-
node-version: 12.x
28+
node-version: 14.x
2929

3030
- name: Load Yarn cache
3131
uses: actions/cache@v2

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.4
1+
14.17.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM node:12.18.4-alpine
1+
FROM node:14.17.0-alpine
22
RUN apk update && apk upgrade && apk add --no-cache git openssh
33
RUN npm config set unsafe-perm true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ This project is actively maintained by engineers at
258258
[license-badge]: https://img.shields.io/npm/l/@hover/javascript.svg
259259
[license-link]: https://github.com/hoverinc/hover-javascript/blob/master/LICENSE
260260
[node-link]: https://nodejs.org/en/download/
261-
[node-badge]: https://img.shields.io/badge/node-v12.18.4-green
261+
[node-badge]: https://img.shields.io/badge/node-v14.17.0-green
262262
[prettier-badge]:
263263
https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier
264264
[prettier-link]: https://prettierjs.org/en/download/

0 commit comments

Comments
 (0)