Skip to content

Commit

Permalink
Merge pull request #501 from ai16z/node-v
Browse files Browse the repository at this point in the history
node-v
  • Loading branch information
ponderingdemocritus authored Nov 22, 2024
2 parents 40c7e86 + a729a9c commit b4bf16a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Pre-Release

on:
push:
Expand All @@ -19,6 +19,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: 22

- uses: pnpm/action-setup@v3
with:
version: 8
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: 22

- uses: pnpm/action-setup@v3
with:
version: 8
Expand Down

0 comments on commit b4bf16a

Please sign in to comment.