Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/node-12.20.55
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-oh committed Jan 7, 2024
2 parents d3becf8 + 3f2bb1d commit 96c8472
Show file tree
Hide file tree
Showing 3 changed files with 18,746 additions and 14,176 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: tests

on: [push, pull_request]
on: pull_request

jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [15, 14]
node-version: [16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g yarn@1
- run: yarn --frozen-lockfile
- run: yarn test
- run: npm install
- run: npm run build
- run: npm run test
Loading

0 comments on commit 96c8472

Please sign in to comment.