tangled
alpha
login
or
join now
flo-bit.dev
/
svelte-atproto-client-oauth
6
fork
atom
simple atproto oauth for static svelte apps
flo-bit.dev/svelte-atproto-client-oauth/
6
fork
atom
overview
issues
pulls
pipelines
update deploy again
Florian
1 month ago
1edcfae9
963bbf37
+4
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy.yml
+4
.github/workflows/deploy.yml
···
12
12
- name: Checkout
13
13
uses: actions/checkout@v4
14
14
15
15
+
- uses: pnpm/action-setup@v4
16
16
+
with:
17
17
+
version: 8.15.6
18
18
+
15
19
- name: Setup Node.js environment
16
20
uses: actions/setup-node@v4
17
21
with: