Skip to content

Commit

Permalink
remove outdated versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
  • Loading branch information
wzrdtales committed May 29, 2023
1 parent 191e442 commit 8e8959c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Expand Up @@ -5,24 +5,24 @@ on:
pull_request:

permissions:
contents: read
contents: read

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, latest]
node-version: [14.x, 16.x, 18.x, latest]
fail-fast: true

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: cp test/db.config.ci test/db.config.json
- run: npm test
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: cp test/db.config.ci test/db.config.json
- run: npm test

0 comments on commit 8e8959c

Please sign in to comment.