diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fdbf0f..1bdca05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Use Node version defined in manifest - uses: volta-cli/action@v4.1.1 + uses: volta-cli/action@v4.2.0 - name: Node.js version run: node -v - name: npm version