Skip to content

Commit f2cba0f

Browse files
authored
Merge pull request #562 from javierbrea/chore-update-deps
Update devDependencies
2 parents 1d2c2c6 + f2e756b commit f2cba0f

File tree

18 files changed

+4901
-4824
lines changed

18 files changed

+4901
-4824
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ["16.14.0", "18.2.0", "20.5.1"]
16+
node: ["18.20.2", "20.13.1", "22.2.0"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node }}
2828
- name: Cache node modules
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
env:
3131
cache-name: cache-node-modules
3232
with:
@@ -55,20 +55,20 @@ jobs:
5555
id: test-e2e
5656
- name: Upload E2E tests screenshots
5757
if: ${{ always() && steps.test-e2e.outcome == 'failure' }}
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: e2e-screenshots-${{ matrix.node }}
6161
path: test-e2e/react-app/cypress/screenshots
6262
retention-days: 7
6363
- name: Upload typescript E2E tests screenshots
6464
if: ${{ always() && steps.test-e2e.outcome == 'failure' }}
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: e2e-typescript-screenshots-${{ matrix.node }}
6868
path: test-e2e/typescript/cypress/screenshots
6969
retention-days: 7
7070
- name: Upload test results
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: coverage-${{ matrix.node }}
7474
path: coverage
@@ -82,9 +82,9 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484
- name: Download test results
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4
8686
with:
87-
name: coverage-18.2.0
87+
name: coverage-18.20.2
8888
path: coverage
8989
- name: Coveralls
9090
uses: coverallsapp/github-action@master

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13-
## [unreleased]
13+
## [2.2.6] - 2024-05-17
1414

1515
### Added
1616
* chore: Handle jobs concurrency in build workflow
1717

1818
### Changed
1919
* chore: Remove usage of "set-output" in build workflow
20+
* chore(deps): Update devDependencies
2021

2122
## [2.2.5] - 2023-11-15
2223

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2023 Javier Brea
3+
Copyright (c) 2019-2024 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)