Skip to content

Commit

Permalink
configure ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitraka Ratsimba committed Apr 22, 2024
1 parent 8870434 commit 8031d95
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build And Test

on: [push]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.21.3', '21.7.3']

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm test

0 comments on commit 8031d95

Please sign in to comment.