File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
echo "tag=${tag}" >> $GITHUB_OUTPUT
30
30
echo "version=${metadata_version}" >> $GITHUB_OUTPUT
31
31
32
- - name : Setup Node 20
32
+ - name : Setup Node 22
33
33
uses : actions/setup-node@v4
34
34
with :
35
- node-version : " 20 "
35
+ node-version : " 22 "
36
36
registry-url : ' https://registry.npmjs.org'
37
37
38
38
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
16
16
17
- - name : Setup Node 20
17
+ - name : Setup Node 22
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : " 20 "
20
+ node-version : " 22 "
21
21
22
22
- name : Install Dependencies
23
23
run : npm ci
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Build package under Node 22 environment
13
+ - Bump ` @vitest/expect ` dependency from ` ^2.0.1 ` to ` ^2.0.5 `
14
+
10
15
## [ 4.0.0] - 2024-07-09
11
16
12
17
### Changed
@@ -35,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
40
36
41
### Fixes
37
42
38
- - Added ` dist-types ` to the rpm package again
43
+ - Added ` dist-types ` to the npm package again
39
44
40
45
## [ 2.1.0] - 2024-05-09
41
46
You can’t perform that action at this time.
0 commit comments