From 8af69da587b88232711863188dbd7983e0bb9335 Mon Sep 17 00:00:00 2001 From: Jonas Lukasczyk Date: Tue, 18 Jun 2024 14:17:09 +0200 Subject: [PATCH] upgrade build process --- .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 d726fc5..2fd4a6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,14 +16,14 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Install Dependencies run: 'npm install'