Skip to content

Commit

Permalink
Replace Node.js 16 with Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf authored Jan 24, 2024
1 parent 20b4d2e commit 927e580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'File Existence'
description: 'GitHub Action to check for file existence'
author: 'André Storhaug'
branding:
icon: 'file-text'
icon: 'file-text'
color: 'green'
inputs:
files:
Expand All @@ -27,5 +27,5 @@ outputs:
files_exists:
description: 'Whether the file(s) exists or not.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 927e580

Please sign in to comment.