Skip to content

Commit

Permalink
Activate test, lint on PR and upgrade node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbolliger committed Feb 21, 2024
1 parent 345ea76 commit c7c353b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ["16.x"]
node: ["18.x", "20.x"]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit c7c353b

Please sign in to comment.