Loading .github/workflows/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: node-version: 16 node-version: 18 - name: Install dependencies run: yarn install --frozen-lockfile Loading Loading @@ -61,6 +61,6 @@ jobs: - unit_tests steps: - name: Publish to NPM uses: JS-DevTools/npm-publish@v1 uses: JS-DevTools/npm-publish@v2 with: token: ${{ secrets.NPM_TOKEN }} Loading
.github/workflows/main.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: node-version: 16 node-version: 18 - name: Install dependencies run: yarn install --frozen-lockfile Loading Loading @@ -61,6 +61,6 @@ jobs: - unit_tests steps: - name: Publish to NPM uses: JS-DevTools/npm-publish@v1 uses: JS-DevTools/npm-publish@v2 with: token: ${{ secrets.NPM_TOKEN }}