From 571a71ff01be3802e62f5470d0c062c03ca0ee96 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Mon, 28 Feb 2022 12:59:51 -0500 Subject: [PATCH] update to node16 --- .github/workflows/check-dist.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 7f25d94..fd87c28 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -23,10 +23,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v2.5.1 with: - node-version: 12.x + node-version: 16.x - name: Install dependencies run: npm ci diff --git a/action.yml b/action.yml index 9c65c17..60ff07b 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ outputs: time: # output will be available to future steps description: 'The current time after waiting' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'