Skip to content

Commit

Permalink
Merge pull request #19 from rmhrazorhead/update-to-node-16
Browse files Browse the repository at this point in the history
Update node to version 16
  • Loading branch information
emibcn authored Nov 8, 2022
2 parents 65691b4 + bc547b4 commit 3697e61
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,6 +1,6 @@
ARG SLIM=-slim

FROM node:14$SLIM
FROM node:16$SLIM

USER root

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ outputs:
badge:
description: 'The badge SVG contents'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 3697e61

Please sign in to comment.