Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Sep 2, 2024
1 parent e0193e7 commit c9ab38a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@

name: tests

on:
- push
- pull_request

jobs:
build:

test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- uses: actions/checkout@v4
- run: npm install
- run: npm test

0 comments on commit c9ab38a

Please sign in to comment.