From c150e9efbda1b97fac065237c746bb70e8af4352 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 29 Apr 2023 16:52:36 -0600 Subject: [PATCH] use current npm lix version --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a77b6..c2d1c0b 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ ```yaml - uses: lix-pm/setup-lix@1.0.0 with: - lix-version: 15.8.9 # optional + lix-version: 15.12.0 # optional ``` diff --git a/action.yml b/action.yml index 2b126e2..99cea4a 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: lix-version: description: 'Version of Lix to use' required: true - default: '15.11.4' + default: '15.12.0' runs: using: 'node16' main: 'build/index.js'