Skip to content

Commit

Permalink
Merge branch 'main' into eslint-v9
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 12, 2024
2 parents c9eb52f + e6790c5 commit 5ca222d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node: [16]
node: [18]

steps:
- uses: actions/setup-node@v3
Expand All @@ -43,4 +43,4 @@ jobs:
run: yarn test

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3

0 comments on commit 5ca222d

Please sign in to comment.