diff options
author | 2023-02-07 00:48:24 +0100 | |
---|---|---|
committer | 2023-02-07 00:48:24 +0100 | |
commit | 9c1ba4b320d42e13bcba65624b0ff207b79345bb (patch) | |
tree | 8f1b033f01fefe0443225c6a2e5c3a29fb1aae42 /.github | |
parent | mvn begone (diff) |
Update node version in CI build step
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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/[email protected] with: - node-version: '14' + node-version: '16' - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify |