Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jun 1, 2024
1 parent 76c6a3c commit cc4163f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
branches-ignore:
- 'circleci'
paths-ignore:
- 'samples/*'
- 'stress/*'
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
# os: [macos-latest, ubuntu-latest, windows-2019]
# node: [21.x, 20.x, 18.x, 16.x]
os: [macos-14]
node: [16.x, 18.x, 20.x, 22.x]
node: [18.x, 20.x, 22.x]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit cc4163f

Please sign in to comment.