Skip to content

Commit

Permalink
Merge branch 'main' into fix/time-recents-signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Mar 2, 2022
2 parents c227fcd + 357986b commit a88306d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: 'Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: 'E2E Doc Test: node-16, ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand All @@ -70,7 +70,7 @@ jobs:
name: 'Lint: node-16, ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
name: 'Codecov: node-16, ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
1 change: 1 addition & 0 deletions docs/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ We have eight maintainers currently.
- griest - [GitLab](https://gitlab.com/griest)
- Mateus Dadalto - [GitHub](https://github.com/MateusDadalto), [Twitter](https://twitter.com/MateusD)
- Jessica Sachs - [GitHub](https://github.com/JessicaSachs), [Twitter](https://twitter.com/_JessicaSachs)
- Daniel Theuke - [GitHub](https://github.com/ST-DDT)

## What has the team done so far?

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"eslint-config-prettier": "~8.4.0",
"eslint-define-config": "~1.2.5",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~37.9.5",
"eslint-plugin-jsdoc": "~37.9.6",
"eslint-plugin-prettier": "~4.0.0",
"esno": "~0.14.1",
"lint-staged": "~12.3.4",
Expand All @@ -121,7 +121,7 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.6.2",
"validator": "~13.7.0",
"vite": "~2.8.5",
"vite": "~2.8.6",
"vitepress": "~0.22.3",
"vitest": "~0.5.9"
},
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a88306d

Please sign in to comment.