From 79e0c500d86c2b2b868a2a9edbe0ab8ffe769a34 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 2 Mar 2023 22:02:59 +0800 Subject: [PATCH] upgrade actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24c7fb64..77799f73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,12 +26,12 @@ jobs: - run: git config --global core.autocrlf false - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' # Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890