Skip to content

Commit 803a622

Browse files
committed
Grr, node 18 is not my friend
1 parent 29d41fc commit 803a622

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/plan-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
- uses: pnpm/action-setup@v4
5656
- uses: actions/setup-node@v4
5757
with:
58-
node-version: 18
5958
cache: pnpm
6059
- run: pnpm install --frozen-lockfile
6160
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- uses: pnpm/action-setup@v4
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: 18
5352
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5453
registry-url: 'https://registry.npmjs.org'
5554
cache: pnpm

0 commit comments

Comments
 (0)