Skip to content

Commit

Permalink
Merge pull request #9 from codeuniversity/handling_weekends_correctly
Browse files Browse the repository at this point in the history
Handling weekends correctly
  • Loading branch information
yoavweber authored Sep 6, 2024
2 parents 7d7e0cd + 2dcb356 commit eb7c85b
Show file tree
Hide file tree
Showing 22 changed files with 713 additions and 6,904 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['10.x', '12.x', '14.x']
node: [ '18.x', '20.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v2

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

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint

- name: Install dependencies
run: yarn

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
run: yarn test

- name: Build
run: yarn build
3 changes: 0 additions & 3 deletions example/.npmignore

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions example/index.less

This file was deleted.

39 changes: 0 additions & 39 deletions example/index.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions example/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions example/tsconfig.json

This file was deleted.

Loading

0 comments on commit eb7c85b

Please sign in to comment.