From 10e3fdf89ea4ee34773ceeebfebf6e4ef0d677ad Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sat, 30 Oct 2021 17:46:31 +0200 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b6c268..fc6b6cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: "12.x" + node-version: "16.x" - run: npm install name: Install Dependencies