Skip to content

Commit e9365f4

Browse files
committed
chore: update Node.js version in publish workflow and remove redundant dependency installation step
1 parent 0157ba0 commit e9365f4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
dotnet-version: |
3535
3.1
3636
8.0
37+
38+
- uses: actions/setup-node@v4
39+
with:
40+
node-version: '24'
3741

3842
- uses: actions/checkout@v4
3943

@@ -52,9 +56,6 @@ jobs:
5256
- name: Set package versions
5357
run: node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"
5458

55-
- name: Install deps
56-
run: npm ci
57-
5859
- name: Pack npm packages
5960
run: |
6061
npm pack

0 commit comments

Comments
 (0)