File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Setup Node.js
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 20
21+ node-version : 24
2222 cache : " npm"
2323
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 3232
3333 - uses : actions/setup-node@v4
3434 with :
35- node-version : " 20 "
35+ node-version : " 24 "
3636
3737 - name : Install dependencies
3838 run : npm install
6969
7070 - uses : actions/setup-node@v4
7171 with :
72- node-version : " 20 "
72+ node-version : " 24 "
7373 registry-url : " https://registry.npmjs.org"
7474
7575 - name : Ensure latest npm (for trusted publishing)
@@ -111,7 +111,7 @@ jobs:
111111 github-release :
112112 name : Create GitHub Release
113113 runs-on : ubuntu-latest
114- needs : [test]
114+ needs : [test, publish-npm ]
115115 if : github.event_name == 'push'
116116 steps :
117117 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments