diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index cc3d661f4..acfd1ecb2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: '16.13.0' + node-version: '17.4.0' cache: 'yarn' - name: Install run: 'yarn install --immutable' diff --git a/.nvmrc b/.nvmrc index 23d9c36a1..e64ad13cb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13.2 +17.4.0 diff --git a/Dockerfile b/Dockerfile index df8bc3dbc..f3f29e477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.13.2-alpine AS build +FROM node:17.4.0-alpine AS build WORKDIR /usr/src/app COPY . /usr/src/app diff --git a/package.json b/package.json index 1e1222fbc..2004ac19d 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "private": true, "engines": { - "node": "16.13.2", + "node": "17.4.0", "npm": "8.4.1" }, "packageManager": "yarn@3.2.0-rc.14",