diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 82b6dc8..c892c5e 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - name: Main checkout uses: actions/checkout@v2 diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 43e1322..0dc9097 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - name: Main checkout uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index 0c6fe23..16b8977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-slim as base +FROM node:16-slim as base FROM base as builder # Create app directory