From 1533ba7ec0177a355a6cd46607fd49788a1a7c05 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 13 Mar 2023 16:33:43 -0700 Subject: [PATCH] Upgrade Node in GitHub Actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6851942..edd8978 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 15.x + node-version: 18.x - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" @@ -43,7 +43,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 18.x - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"