Skip to content

Commit

Permalink
feat: use node20 as action run mode (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Jan 28, 2024
1 parent 4a00c29 commit 26c5c6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
@@ -1,9 +1,9 @@
name: "GitHub Slug Action"
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
name: 'GitHub Slug Action'
description: 'GitHub Action to expose slug value of environment variables inside your GitHub workflow'
author: 'rlespinasse'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: "minimize"
color: "blue"
icon: 'minimize'
color: 'blue'

0 comments on commit 26c5c6b

Please sign in to comment.