Loading .github/workflows/nodejs.yml +5 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,11 @@ jobs: node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Checkout uses: actions/checkout@v3.0.2 with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: Loading Loading
.github/workflows/nodejs.yml +5 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,11 @@ jobs: node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Checkout uses: actions/checkout@v3.0.2 with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: Loading