diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3b32127..ebdb84c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: yarn install --frozen-lockfile publish-npm: @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile - run: npm publish --provenance --access public