Skip to content

Commit 5a67e0c

Browse files
Bayheckadil.rakhaliyev
andauthored
Publish workflow update (#3061)
* update: publish workflow configured for OIDC * update: publish workflow configured for OIDC * update: publish workflow configured for OIDC --------- Co-authored-by: adil.rakhaliyev <adil.rakhaliyev@devexpress.com>
1 parent 0483468 commit 5a67e0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
environment: npmjs
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.event.release.target_commitish }}
2020
- run: git fetch --force --tags
21-
- uses: actions/setup-node@v3
21+
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 24
2424
registry-url: 'https://registry.npmjs.org'
25-
- run: npm install
25+
26+
- run: npm ci
2627
- run: npm run publish-please-only
27-
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+

0 commit comments

Comments
 (0)