We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea86a8 commit 75e92e3Copy full SHA for 75e92e3
.github/workflows/publish.yml
@@ -14,12 +14,12 @@ jobs:
14
- run: corepack enable
15
- uses: actions/setup-node@v6
16
with:
17
- cache: yarn
+ cache: npm
18
node-version: '20.x'
19
registry-url: 'https://registry.npmjs.org'
20
scope: '@airframes'
21
- - run: yarn install --immutable
22
- - run: yarn build
23
- - run: yarn npm publish
+ - run: npm ci
+ - run: npm build
+ - run: npm publish
24
env:
25
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments