We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bd8ff commit 4fd8da1Copy full SHA for 4fd8da1
.github/workflows/test.yml
@@ -31,7 +31,8 @@ jobs:
31
uses: actions/checkout@v4
32
33
# Uses a composite action for a consistent NPM install including cache
34
- - uses: ./.github/actions/npm-setup
+ - name: Install Node ${{ matrix.node-version }} and Dependencies
35
+ uses: ./.github/actions/npm-setup
36
with:
37
runner: ${{ matrix.runner }}
38
node-version: ${{ matrix.node-version }}
0 commit comments