File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
+ with :
25
+ token : ${{ secrets.GH_TOKEN }}
24
26
25
- - name : Setup Node.js
26
- uses : actions/setup-node@v3
27
+ - name : Use Node.js
28
+ uses : actions/setup-node@v4
27
29
with :
28
30
node-version-file : .nvmrc
29
31
39
41
- name : Prerelease to GitHub
40
42
if : github.repository_owner == 'pvtnbr'
41
43
run : |
44
+ git remote add public https://github.com/$(echo $GITHUB_REPOSITORY | sed "s/^pvtnbr/privatenumber/")
45
+ git fetch public master 'refs/tags/*:refs/tags/*'
46
+ git push --force --tags origin refs/remotes/public/master:refs/heads/master
47
+
42
48
jq '
43
49
.publishConfig.registry = "https://npm.pkg.github.com"
44
50
| .name = ("@" + env.GITHUB_REPOSITORY_OWNER + "/" + .name)
Original file line number Diff line number Diff line change @@ -13,14 +13,10 @@ TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js
13
13
<br >
14
14
15
15
<p align =" center " >
16
- <a href="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum">
17
- <picture>
18
- <source width="830" media="(prefers-color-scheme: dark)" srcset="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum&image=dark">
19
- <source width="830" media="(prefers-color-scheme: light)" srcset="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum&image">
20
- <img width="830" src="https://privatenumber-sponsors.vercel.app/api/sponsor?tier=platinum&image" alt="Premium sponsor banner">
21
- </picture>
22
- </a>
16
+ <a href="https://github.com/sponsors/privatenumber/sponsorships?tier_id=398771"><img width="412" src="https://raw.githubusercontent.com/privatenumber/sponsors/master/banners/assets/donate.webp"></a>
17
+ <a href="https://github.com/sponsors/privatenumber/sponsorships?tier_id=397608"><img width="412" src="https://raw.githubusercontent.com/privatenumber/sponsors/master/banners/assets/sponsor.webp"></a>
23
18
</p >
19
+ <p align =" center " ><sup ><i >Already a sponsor?</i > Join the discussion in the <a href =" https://github.com/pvtnbr/tsx " >Development repo</a >!</sup ></p >
24
20
25
21
> [ !TIP]
26
22
> ** Build your TypeScript projects?**
You can’t perform that action at this time.
0 commit comments