Skip to content

Commit

Permalink
Dependency updates (#90)
Browse files Browse the repository at this point in the history
* Update to Node.js 20.10.0

* Update actions/checkout + actions/setup-node

* Minor dependency updates

* Major dependency updates

* Changelog
  • Loading branch information
MattIPv4 authored Dec 13, 2023
1 parent 37423a8 commit 8097733
Show file tree
Hide file tree
Showing 6 changed files with 2,281 additions and 2,404 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
node-version-file: .nvmrc
cache: npm

- name: Install dependencies
run: npm ci
Expand All @@ -24,12 +24,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
node-version-file: .nvmrc
cache: npm

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.14.2
v20.10.0
1 change: 0 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"alpha-value-notation": "number",
"color-function-notation": "legacy",
"color-hex-length": "long",
"indentation": 4,
"no-descending-specificity": null,
"no-invalid-position-at-import-rule": null
}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Any non-code changes should be prefixed with `(docs)`.
See `PUBLISH.md` for instructions on how to publish a new version.
-->

- (patch) Dependency updates
- (patch) Mark markdown-it as a peer dependency


Expand Down
Loading

0 comments on commit 8097733

Please sign in to comment.