diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05b386e..3806127 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,14 +11,14 @@ jobs: packages: write strategy: matrix: - node-version: [12.x, 16.x, 22.x] + node-version: ['12.x', '16.x', '22.x'] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - registry-url: https://npm.pkg.github.com + registry-url: 'https://npm.pkg.github.com' scope: '@olivierzal' - run: npm ci --force - run: npm publish