Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Jul 2, 2023
1 parent f62bdb1 commit 133543d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -8,8 +8,7 @@ jobs:
container: node:18
strategy:
matrix:
node_version:
- 18
node: [ 16, 18 ]
services:
postgres:
image: postgres
Expand All @@ -22,12 +21,13 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@3
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@3
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node_version}}.x
node-version: ${{ matrix.node }}

- name: Install
run: npm install
Expand All @@ -50,4 +50,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "run-1,run-2"
carryforward: "run-1,run-2"

0 comments on commit 133543d

Please sign in to comment.