feat: use node16 as action run mode

This commit is contained in:
Romain Lespinasse
2023-03-29 08:31:58 +02:00
committed by GitHub
parent ae2f6b069b
commit 7bf92d88ff
10 changed files with 2871 additions and 16297 deletions

View File

@@ -2,7 +2,7 @@ name: "GitHub Slug Action"
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow"
author: 'rlespinasse'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: "minimize"