From 579a08d4fbf144069e15b0b35c3baacaa9a7da45 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Mon, 8 May 2023 19:21:20 -0400 Subject: [PATCH] update remaining tests to newest GHA things (#30) --- .github/workflows/pr-shell-tests.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-shell-tests.yml b/.github/workflows/pr-shell-tests.yml index a33f785..e6e2363 100644 --- a/.github/workflows/pr-shell-tests.yml +++ b/.github/workflows/pr-shell-tests.yml @@ -16,7 +16,7 @@ jobs: - ubuntu-22.04 - windows-2022 node-version: - - '14' + - '16' steps: # Install deps and cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a1e6c..280c48b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,15 +15,15 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 + - ubuntu-22.04 node-version: - - '14' + - '16' steps: # Install deps and cache - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org