File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 9
9
# runs-on: ubuntu-latest
10
10
# steps:
11
11
# - uses: actions/checkout@v4
12
- # - uses: actions/setup-node@v4
12
+
13
+ # - name: Set node
14
+ # uses: actions/setup-node@v4
13
15
# with:
14
16
# node-version: '22.x'
15
17
# registry-url: 'https://registry.npmjs.org'
18
+
19
+ # - run: npm install
16
20
# - run: npm ci
17
21
# - run: npm test
18
-
22
+
19
23
publish-npm :
20
24
# needs: build
21
25
runs-on : ubuntu-latest
22
26
steps :
23
27
- uses : actions/checkout@v4
24
- - uses : actions/setup-node@v4
28
+
29
+ - name : Set node
30
+ uses : actions/setup-node@v4
25
31
with :
26
32
node-version : ' 22.x'
27
33
registry-url : ' https://registry.npmjs.org'
28
- # - run: npm ci
34
+
29
35
- run : npm install
36
+ # - run: npm ci
30
37
- run : npm publish
31
38
env :
32
39
NODE_AUTH_TOKEN : ${{secrets.NPM_AUTH_TOKEN}}
Original file line number Diff line number Diff line change 23
23
- name : Set node
24
24
uses : actions/setup-node@v4
25
25
with :
26
- node-version : 18
26
+ node-version : ' 22.x '
27
27
28
28
- run : npx changelogithub
29
29
env :
You can’t perform that action at this time.
0 commit comments