Skip to content

Commit

Permalink
use node 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Jul 3, 2024
1 parent 8ef08ec commit 33eb5bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.4'
node-version: '20.x'

- name: Configure sysctl limits
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
- run: npm install

- run: npm test
- run: npm run coverage
env:
NODE_ENV: test
PGHOST: 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.0
20.15.0
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 33eb5bc

Please sign in to comment.