Skip to content

Commit

Permalink
Have CI run newer Node
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 18, 2024
1 parent db9f46d commit 70043c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

strategy:
matrix:
node-version: [10.x, 16.x, 18.x]
postgres-version: [10, 12, 15]
node-version: [18.x, 20.x]
postgres-version: [12, 15]

services:
postgres:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn prepack
Expand Down

0 comments on commit 70043c6

Please sign in to comment.