Skip to content

Commit

Permalink
Update Node.js runtime versions (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson authored May 24, 2023
1 parent 6a55f61 commit 7062796
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 7443:8443
strategy:
matrix:
node: ["18", "19"]
node: ["18", "20"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ This Driver supports and is tested on:
- Safari
- Edge
- Node.js - [Current and Active LTS](https://nodejs.org/en/about/releases/)
- Current - v19
- Active LTS - v18
- Current - v20
- LTS - v18
- Cloudflare Workers
- AWS Lambda
- Netlify
Expand Down
4 changes: 2 additions & 2 deletions concourse/scripts/docker-compose-fauna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "8443:8443"

node-lts:
image: node:18.15-alpine3.16
image: node:18.16-alpine3.16
container_name: node-lts
depends_on:
- faunadb
Expand All @@ -27,7 +27,7 @@ services:
yarn test:integration
node-current:
image: node:19.8-alpine3.16
image: node:20.2-alpine3.16
container_name: node-current
depends_on:
- faunadb
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_resource:
type: docker-image
source:
repository: node
tag: 19.8-alpine3.16
tag: 20.2-alpine3.16

params:
NPM_TOKEN:
Expand Down

0 comments on commit 7062796

Please sign in to comment.