From dd2a8345480deae40936d93c9c7338669c409b39 Mon Sep 17 00:00:00 2001 From: Bruce Adams Date: Sun, 23 Oct 2022 21:02:35 -0400 Subject: [PATCH] Run using node16 (updated from node12) --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c162fc8..35e80c7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: - name: Get release id: get_release - uses: bruceadams/get-release@v1.2.3 + uses: bruceadams/get-release@v1.3.0 env: GITHUB_TOKEN: ${{ github.token }} diff --git a/action.yml b/action.yml index 54ee002..032baf8 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ outputs: prerelease: description: 'Whether this release is marked as a pre-release or not' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'tag'