Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: 'release'
- uses: actions/setup-node@v3.8.2
- uses: actions/setup-node@v3.9.1
with:
node-version: '20.5.0'
- name: Test and generate coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.2
- uses: actions/setup-node@v3.9.1
with:
node-version: '20.5.0'
- name: Lint
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.2
- uses: actions/setup-node@v3.9.1
with:
node-version: '20.5.0'
- name: Test and generate coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
git config --global user.name "Brandon Bothell"
git config --global user.email "bothellbrandon@gmail.com"
- uses: actions/setup-node@v3.8.2
- uses: actions/setup-node@v3.9.1
with:
node-version: '20.5.0'
- name: Build Docs
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.2
- uses: actions/setup-node@v3.9.1
with:
node-version: '20.5.0'
- name: Build Source and Typings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# run: |
# git config --global user.name "Brandon Bothell"
# git config --global user.email "bothellbrandon@gmail.com"
- uses: actions/setup-node@v3.8.2
- uses: actions/setup-node@v3.9.1
with:
node-version: '20.5.0'
- name: Lint
Expand Down
Loading