Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit d5644b1

Browse files
chore(node): upgrade to v17.4.0
Needed to resolve issue with Jest process (nodejs/node#41221)
1 parent eea2ad3 commit d5644b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: '16.13.0'
20+
node-version: '17.4.0'
2121
cache: 'yarn'
2222
- name: Install
2323
run: 'yarn install --immutable'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.13.2
1+
17.4.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.13.2-alpine AS build
1+
FROM node:17.4.0-alpine AS build
22

33
WORKDIR /usr/src/app
44
COPY . /usr/src/app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"private": true,
1010
"engines": {
11-
"node": "16.13.2",
11+
"node": "17.4.0",
1212
"npm": "8.4.1"
1313
},
1414
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)