Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed May 3, 2024
1 parent bb4a55d commit 09e479e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09e479e

Please sign in to comment.