Skip to content

Commit 2a4fe7e

Browse files
authored
feat(clients): upgrade to node 18 (#1344)
1 parent 556a001 commit 2a4fe7e

File tree

38 files changed

+7916
-8065
lines changed

38 files changed

+7916
-8065
lines changed

.github/.cache_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.18
1+
0.0.20

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.19.1
1+
18.14.2

.yarn/releases/yarn-3.2.3.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarn/releases/yarn-3.4.1.cjs

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: "@yarnpkg/plugin-interactive-tools"
66

7-
yarnPath: .yarn/releases/yarn-3.2.3.cjs
7+
yarnPath: .yarn/releases/yarn-3.4.1.cjs

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Some examples of valid commit messages (used as first lines):
5959

6060
To run this project, you will need:
6161

62-
- Node.js ≥ 16[nvm](https://github.com/creationix/nvm#install-script) is recommended
62+
- Node.js ≥ 18[nvm](https://github.com/creationix/nvm#install-script) is recommended
6363
- [Yarn](https://yarnpkg.com)
6464
- [Docker](https://docs.docker.com/desktop/install/mac-install/)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG NODE_VERSION=16.13.1
1+
ARG NODE_VERSION=18.14.2
22

3-
FROM node:$NODE_VERSION-alpine
3+
FROM node:$NODE_VERSION-alpine3.17
44

55
ENV DOCKER=true
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.19.1
1+
18.14.2

clients/algoliasearch-client-javascript/.yarn/releases/yarn-3.2.3.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

clients/algoliasearch-client-javascript/.yarn/releases/yarn-3.4.1.cjs

Lines changed: 873 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)