Skip to content

Commit

Permalink
Bump cspell from 7.3.7 to 7.3.8 (#449)
Browse files Browse the repository at this point in the history
* Bump cspell from 7.3.7 to 7.3.8

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 7.3.7 to 7.3.8.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell@v7.3.7...v7.3.8)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes link-check errors

* try to fix read ETIMEDOUT in remote

* try to fix ETIMEDOUT error in remote build, take 2

* see if the changes in ci.yml fixes ETIMEDOUT errors

* ci.yml changed to fix ETIMEDOUT errors

* still wip, still need to update submodules with fix to testLinks

* fixes with the latest version of testLinks.js

* reverted back to original workflow

* including fixes to testLinks.js

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: j-paquette <56076749+j-paquette@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and j-paquette authored Nov 3, 2023
1 parent 5c06baa commit c97c8e5
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 291 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -29,9 +29,9 @@ jobs:
cache: npm

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Test
run: npm test
env:
DISABLE_PROXY: true
DISABLE_PROXY: true
2 changes: 0 additions & 2 deletions docs/_data/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ past:
resources:
- title: SCED Connection SharePoint Page
link: https://014gc.sharepoint.com/sites/OI-CO/SitePages/Spoke-SCED-Connection-Steps.aspx
- title: BRD form
link: https://service.ssc-spc.gc.ca/sites/default/files/brd_v5_en_final_20190327.xlsm

- month: April 2021
topic: Cloud Operations (Part 1)
Expand Down
Loading

0 comments on commit c97c8e5

Please sign in to comment.