fix(ns-paystack): updated volta volta cli for caching
This commit is contained in:
parent
8b5796a758
commit
cf84ec4be8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bp-devtools-ci.yml
vendored
2
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
echo "::set-output name=name::$([[ -f ./yarn.lock ]] && echo "yarn" || ([[ -f ./pnpm-lock.yaml ]] && echo "pnpm") || echo "npm")"
|
||||
|
||||
- name: Set node/npm/yarn versions using volta
|
||||
uses: volta-cli/action@fdf4cf319494429a105efaa71d0e5ec67f338c6e
|
||||
uses: volta-cli/action@v4
|
||||
with:
|
||||
node-version: '${{ matrix.node-version }}'
|
||||
npm-version: '${{ matrix.npm-version }}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue