We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0157ba0 commit e9365f4Copy full SHA for e9365f4
1 file changed
.github/workflows/publish.yml
@@ -34,6 +34,10 @@ jobs:
34
dotnet-version: |
35
3.1
36
8.0
37
+
38
+ - uses: actions/setup-node@v4
39
+ with:
40
+ node-version: '24'
41
42
- uses: actions/checkout@v4
43
@@ -52,9 +56,6 @@ jobs:
52
56
- name: Set package versions
53
57
run: node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"
54
58
55
- - name: Install deps
- run: npm ci
-
59
- name: Pack npm packages
60
run: |
61
npm pack
0 commit comments