FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: change travis to github-actions. · JavaScriptor/js-sql-parser@1f904be · GitHub

feat: change travis to github-actions. #7

feat: change travis to github-actions.

feat: change travis to github-actions. #7

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
include:
- node: '14.x'
os: ubuntu-latest
- node: '16.x'
os: ubuntu-latest
- node: '18.x'
os: ubuntu-latest
- node: '20.x'
os: ubuntu-latest
- node: '22.x'
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test

Back | FazBrowse Home | New Git URL