diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index df39113..71e99b8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,10 +15,9 @@ jobs: matrix: node-version: [18.x] - steps: + steps: - uses: actions/checkout@v4 - - - name: Set up Node.js + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}