From 902a2fb0758654b4d8bc2a72fcb553054a9f770a Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 16 Oct 2022 22:53:30 +0100 Subject: [PATCH] Upgrade Node to 16.x --- .github/workflows/release.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62d539f1..bb6b77f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - uses: actions/checkout@v2 diff --git a/action.yml b/action.yml index 1a822ea9..e31c0a7f 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: default: 'false' runs: - using: node12 + using: node16 main: main.ts post: post.ts