Skip to content

Commit

Permalink
chore(node): upgrade to v17.4.0
Browse files Browse the repository at this point in the history
Needed to resolve issue with Jest process (nodejs/node#41221)
  • Loading branch information
mateus-f-torres committed Feb 9, 2022
1 parent eea2ad3 commit cfec40c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.13.2
17.4.0
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit cfec40c

Please sign in to comment.