Skip to content

Commit

Permalink
Merge pull request #641 from iadvize/NO-TICKET-upgrade-major-dependen…
Browse files Browse the repository at this point in the history
…cies

breaking: Upgrade major dependencies, including [email protected]
  • Loading branch information
DavidBonnemaison authored Apr 5, 2022
2 parents 5a0e5c0 + 6c80ae2 commit 744c0b2
Show file tree
Hide file tree
Showing 9 changed files with 3,246 additions and 2,383 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
echo "::set-output name=version::$NEW_VERSION"
echo "::set-output name=name::$NAME"
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-verion: '12.x'
node-version: '16'

- name: Cache npm cache
uses: actions/cache@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2-beta

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-verion: '12.x'
node-version: '16'

- name: Cache npm cache
uses: actions/cache@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
git config user.name "Github actions"
git config user.email "[email protected]"
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-verion: '12.x'
node-version: '16'

- name: Install
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
git config user.name "Github actions"
git config user.email "[email protected]"
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-verion: '12.x'
node-version: '16'

- name: Install
env:
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Change

- Update dependencies to their latest major versions, including `[email protected]`
## [3.0.0]

### Change
Expand Down
Loading

0 comments on commit 744c0b2

Please sign in to comment.