tangled
alpha
login
or
join now
tylur.dev
/
prototypey
prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork
atom
overview
issues
pulls
pipelines
node 24.10.0
Tyler
4 months ago
28a8bb3c
aa53a594
+2
-1
2 changed files
expand all
collapse all
unified
split
.github
actions
prepare
action.yml
.node-version
+1
-1
.github/actions/prepare/action.yml
···
8
- uses: actions/setup-node@v4
9
with:
10
cache: pnpm
11
-
node-version: 24.3.0
12
- run: pnpm install --frozen-lockfile
13
shell: bash
14
using: composite
···
8
- uses: actions/setup-node@v4
9
with:
10
cache: pnpm
11
+
node-version: 24.10.0
12
- run: pnpm install --frozen-lockfile
13
shell: bash
14
using: composite
+1
.node-version
···
0
···
1
+
24.10.0