Skip to content

Commit

Permalink
feat: update nodejs version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrielBento committed Feb 17, 2022
1 parent f36e16f commit 9b083b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15.0.0
FROM node:16

RUN apt update && apt install apt-utils gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 \
libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 \
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://betrybe/jest-evaluator-action:v9.1'
image: 'docker://betrybe/jest-evaluator-action:v9.2'
args:
- ${{ inputs.npm-start }}
- ${{ inputs.wait-for }}

0 comments on commit 9b083b4

Please sign in to comment.