diff --git a/.github/workflows/pr_validate.yml b/.github/workflows/pr_validate.yml index a85e9a82..492384b9 100644 --- a/.github/workflows/pr_validate.yml +++ b/.github/workflows/pr_validate.yml @@ -17,7 +17,7 @@ jobs: - 7443:8443 strategy: matrix: - node: ["18", "20"] + node: ["18", "20", "22"] fail-fast: false steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 77b8a87a..3819d065 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See the [Fauna Documentation](https://docs.fauna.com/fauna/current/) for additio
Table of Contents -- [The Official JavaScript Driver for Fauna.](#the-official-javascript-driver-for-fauna) +- [Official JavaScript Driver for Fauna v10 (current)](#official-javascript-driver-for-fauna-v10-current) - [Supported runtimes](#supported-runtimes) - [API reference](#api-reference) - [Install](#install) @@ -49,8 +49,9 @@ See the [Fauna Documentation](https://docs.fauna.com/fauna/current/) for additio Node.js - [Current and active LTS versions](https://nodejs.org/en/about/releases/): -- Current - v20 -- LTS - v18 +- Current - v22 +- LTS - v20 +- LTS (Maintenance) - v18 **Cloud providers** diff --git a/concourse/scripts/docker-compose-fauna-limits.yml b/concourse/scripts/docker-compose-fauna-limits.yml index 7fec6d97..9bb9ef40 100644 --- a/concourse/scripts/docker-compose-fauna-limits.yml +++ b/concourse/scripts/docker-compose-fauna-limits.yml @@ -7,7 +7,7 @@ networks: services: query-limits-tests: - image: node:20.2-alpine3.16 + image: node:22.10-alpine3.20 container_name: node-current-limits-test networks: - limit-net diff --git a/concourse/scripts/docker-compose-fauna.yml b/concourse/scripts/docker-compose-fauna.yml index 342f0c1e..829bdde3 100644 --- a/concourse/scripts/docker-compose-fauna.yml +++ b/concourse/scripts/docker-compose-fauna.yml @@ -8,7 +8,7 @@ services: - "8443:8443" node-lts: - image: node:18.20-alpine3.19 + image: node:20.18-alpine3.20 container_name: node-lts depends_on: - faunadb @@ -27,7 +27,7 @@ services: yarn test:integration node-current: - image: node:20.13-alpine3.19 + image: node:22.10-alpine3.20 container_name: node-current depends_on: - faunadb diff --git a/concourse/tasks/npm-publish.yml b/concourse/tasks/npm-publish.yml index d6b7c80e..5f482b09 100644 --- a/concourse/tasks/npm-publish.yml +++ b/concourse/tasks/npm-publish.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: node - tag: 20.2-alpine3.16 + tag: 22.10-alpine3.20 params: NPM_TOKEN: diff --git a/concourse/tasks/publish-docs.yml b/concourse/tasks/publish-docs.yml index 540cc0b0..6036b9ec 100644 --- a/concourse/tasks/publish-docs.yml +++ b/concourse/tasks/publish-docs.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: node - tag: 15.14.0-alpine3.10 + tag: 22.10-alpine3.20 inputs: - name: fauna-js-repository