Skip to content

Commit

Permalink
Add node.js 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 27, 2024
1 parent 5dd14fa commit 810f6f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Testing CI

on: pull_request

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,13 +10,13 @@ jobs:
- 18
- 20
- 21
- 22
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/metarhia/metasql#readme",
"engines": {
"node": "18 || 20 || 21"
"node": "18 || 20 || 21 || 22"
},
"dependencies": {
"metadomain": "^2.0.0-alpha.1",
Expand Down

0 comments on commit 810f6f1

Please sign in to comment.