Skip to content

Commit

Permalink
build(deps-dev): bump cspell from 7.3.9 to 8.1.2 (#2037)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump cspell from 7.3.9 to 8.1.2

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 7.3.9 to 8.1.2.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell@v7.3.9...v8.1.2)

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

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

* Updating node versions to 18

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Skipper <jake.skipper@rackspace.com>
Co-authored-by: Jake Skipper <74978230+jake-skipper@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent 929e745 commit dbfe646
Show file tree
Hide file tree
Showing 7 changed files with 341 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
software-properties-common binutils

# Setup Apt for newer versions of NodeJS
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&\
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && \
sudo apt-get install -y nodejs

# Install nodejs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
AWS_DEFAULT_REGION: us-east-1
AWS_MAX_ATTEMPTS: 20 # retry attempts for AWS API calls
AWS_RETRY_MODE: adaptive # defaults to "legacy"; this handles more errors
NODE_VERSION: '16'
NODE_VERSION: '18'
PYTEST_ADDOPTS: --color=yes
RUNWAY_TEST_NAMESPACE: gh-${{ github.run_id }}
PIPENV_IGNORE_VIRTUALENVS: '1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
needs:
- build-pyinstaller-onefolder
env:
NODE_VERSION: 12
NODE_VERSION: 18
NPM_PACKAGE_NAME: '@onica/runway'
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
needs:
- build-pyinstaller-onefolder
env:
NODE_VERSION: 12
NODE_VERSION: 18
NPM_PACKAGE_NAME: '@onica/runway'
strategy:
fail-fast: true
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- build-npm
env:
CI: true
NODE_VERSION: 12
NODE_VERSION: 18
NPM_PACKAGE_NAME: '@onica/runway'
NODE_AUTH_TOKEN: ${{ secrets.npm_api_token }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: push


env:
NODE_VERSION: '16'
NODE_VERSION: '18'


jobs:
Expand Down
Loading

0 comments on commit dbfe646

Please sign in to comment.