Skip to content

Commit

Permalink
chore: node 12->14
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleT committed Jan 6, 2021
1 parent 743b0a8 commit 3679add
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 12
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install Chrome deps
run: sudo apt-get update && sudo apt-get install -y libgbm-dev
Expand Down
2 changes: 1 addition & 1 deletion ilc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine

RUN apk update && apk add --no-cache bash git openssh python make g++ findutils

Expand Down
2 changes: 1 addition & 1 deletion registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine

RUN apk --no-cache add --virtual builds-deps build-base python

Expand Down

0 comments on commit 3679add

Please sign in to comment.