Skip to content

Commit feedbd6

Browse files
authored
Merge pull request #556 from javierbrea/chore/deps
Update devDependencies
2 parents 41c84d4 + 976f6a7 commit feedbd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+6992
-5692
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ["14.18.0", "16.13.0", "17.5.0", "18.2.0"]
13+
node: ["16.14.0", "18.2.0", "20.5.1"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
@@ -81,7 +81,7 @@ jobs:
8181
- name: Download test results
8282
uses: actions/download-artifact@v3
8383
with:
84-
name: coverage-16.13.0
84+
name: coverage-18.2.0
8585
path: coverage
8686
- name: Coveralls
8787
uses: coverallsapp/github-action@master

.github/workflows/publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to GitHub Packages
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '18.x'
1414
registry-url: 'https://npm.pkg.github.com'
1515
# Defaults to the user or organization that owns the workflow file
1616
scope: '@javierbrea'

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '16.x'
12+
node-version: '18.x'
1313
registry-url: 'https://registry.npmjs.org/'
1414
- run: npm ci
1515
- run: npm publish

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [2.2.4] - 2023-08-14
14+
15+
### Changed
16+
- chore(deps): Update devDependencies
17+
1318
## [2.2.3] - 2023-04-03
1419

1520
### Changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Javier Brea
3+
Copyright (c) 2019-2023 Javier Brea
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)