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" name: 'GitHub Slug Action'
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow" description: 'GitHub Action to expose slug value of environment variables inside your GitHub workflow'
author: 'rlespinasse' author: 'rlespinasse'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'
branding: branding:
icon: "minimize" icon: 'minimize'
color: "blue" color: 'blue'