diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 212ee7d..378f83d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: @@ -40,4 +41,3 @@ jobs: - name: NPM test run: npm test -