Skip to content

Commit 37ab97f

Browse files
committed
Default to ^1
We will default to ^2 in a major version bump
1 parent ce92f4a commit 37ab97f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ inputs:
1818
version:
1919
description: >
2020
The version of `pkgx` to install.
21-
Defaults to the @latest.
21+
Defaults to ^1.
2222
required: false
23+
default: ^1
2324
runs:
2425
using: node20
2526
main: dist/out/index.js

0 commit comments

Comments
 (0)