Skip to content

Commit

Permalink
Merge pull request #66 from logzio/feature/upgrade-logzio-nodejs
Browse files Browse the repository at this point in the history
5.1.9
  • Loading branch information
yotamloe authored May 29, 2024
2 parents 8543fcf + e770547 commit f42a914
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 552 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Run Tests

on:
pull_request:
branches: [ master, main ]

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm install

- name: Run Tests
run: npm test
Loading

0 comments on commit f42a914

Please sign in to comment.