Skip to content

Commit

Permalink
#31 - Change to use Node 20 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
emibcn committed Feb 7, 2024
1 parent e6ac34b commit 74fc8bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,535 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:16$SLIM
FROM node:20$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: 'node16'
using: 'node20'
main: 'dist/badge-action.modern.js'
Loading

0 comments on commit 74fc8bb

Please sign in to comment.