Commit 2ab3e71e authored by Michael Underwood's avatar Michael Underwood
Browse files

Upgrade action to npm-publish v2, node v18

parent 8e17bba1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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 }}