feat: use node20 as action run mode (#138)

This commit is contained in:
Romain Lespinasse
2024-01-28 20:25:18 +01:00
committed by GitHub
parent 4a00c29bc1
commit 26c5c6b51c

View File

@@ -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'