From 9c1ba4b320d42e13bcba65624b0ff207b79345bb Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 7 Feb 2023 00:48:24 +0100 Subject: [PATCH] Update node version in CI build step --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df4ba7e..64c9fe5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.3 with: - node-version: '14' + node-version: '16' - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify