Skip to content

Commit a221b38

Browse files
authored
Merge pull request #137 from flagship-io/cd-migration
chore: update Node.js version and refine build steps in npm CD workflow
2 parents 18c6514 + 8bac18e commit a221b38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/npm-cd-latest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: corepack enable
1717
- name: Set Yarn Version
1818
run: corepack prepare yarn@4.7.0 --activate
19-
- name: Use Node.js ${{ matrix.node-version }}
19+
- name: Use Node.js 23.x
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: '23.x'
@@ -25,6 +25,6 @@ jobs:
2525
cache-dependency-path: yarn.lock
2626
- name: Install modules
2727
run: yarn install
28-
- run: yarn test --coverage
29-
- run: yarn build --provenance --access public
30-
- run: npm publish
28+
- run: yarn test
29+
- run: yarn build
30+
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)