We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18c6514 + 8bac18e commit a221b38Copy full SHA for a221b38
1 file changed
.github/workflows/npm-cd-latest.yml
@@ -16,7 +16,7 @@ jobs:
16
run: corepack enable
17
- name: Set Yarn Version
18
run: corepack prepare yarn@4.7.0 --activate
19
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js 23.x
20
uses: actions/setup-node@v4
21
with:
22
node-version: '23.x'
@@ -25,6 +25,6 @@ jobs:
25
cache-dependency-path: yarn.lock
26
- name: Install modules
27
run: yarn install
28
- - run: yarn test --coverage
29
- - run: yarn build --provenance --access public
30
- - run: npm publish
+ - run: yarn test
+ - run: yarn build
+ - run: npm publish --provenance --access public
0 commit comments