Skip to content

Commit 4047d44

Browse files
author
Robert Jackson
committed
Release 4.1.0
1 parent 09db8db commit 4047d44

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99

1010

11+
12+
## v4.1.0 (2024-03-14)
13+
14+
#### :bug: Bug Fix
15+
* [#143](https://github.com/volta-cli/action/pull/143) Update node to v20 (fix Node 16 deprecation) ([@stijnvn](https://github.com/stijnvn))
16+
17+
#### Committers: 1
18+
- Stijn Van Nieuwenhuyse ([@stijnvn](https://github.com/stijnvn))
19+
20+
1121
## v4.0.1 (2023-05-17)
1222

1323
#### :memo: Documentation

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volta-cli/action",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "Setup volta for usage in your CI runs",
66
"keywords": [

0 commit comments

Comments
 (0)