File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- name : Release
1+ name : CI
22
33on :
44 push :
1515 with :
1616 fetch-depth : 0
1717
18- - name : Set Node.js
18+ - name : Setup Node.js
1919 uses : actions/setup-node@v4
2020 with :
2121 registry-url : ' https://registry.npmjs.org'
4343 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
4444
4545 - name : Create GitHub release
46- run : npx changelogithub
46+ run : bunx changelogithub
4747 env :
4848 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 11{
22 "typescript.tsdk" : " node_modules/typescript/lib" ,
3- // Disable the default formatter, use eslint instead
43 "prettier.enable" : false ,
54 "editor.defaultFormatter" : " biomejs.biome" ,
65 "editor.formatOnSave" : true ,
Original file line number Diff line number Diff line change 11dependencies :
2- bun.sh : ^1.1.27
2+ bun.sh : ^1.1.29
Original file line number Diff line number Diff line change 11import { describe , expect , it } from 'bun:test'
22
3- describe ( 'should ' , ( ) => {
4- it ( 'exported ' , ( ) => {
3+ describe ( 'my package ' , ( ) => {
4+ it ( 'should pass ' , ( ) => {
55 expect ( 1 ) . toEqual ( 1 )
66 } )
77} )
You can’t perform that action at this time.
0 commit comments