Skip to content

Commit

Permalink
build: node lts (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliepina authored Dec 14, 2023
1 parent fa994b2 commit 0c5cd46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.10.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## Prerequisites

Git, Node (version ^18.0.0), and NPM(version >=9.0.0) should be setup.
Git, Node, and NPM should be setup.

UI Kit uses [React](https://reactjs.org/tutorial/tutorial.html) and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html).

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-slim
FROM node:20.10.0-slim

# Update apt-dependencies
RUN apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UI Kit is a collaboration between D2iQ's product design team and engineering tea

## Getting started

Install dependencies (Node v16+, NPM 7+)
Install dependencies.

```
npm i
Expand Down

0 comments on commit 0c5cd46

Please sign in to comment.