Skip to content

Commit 5f983d3

Browse files
committed
use newer node
1 parent 764596b commit 5f983d3

4 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: pnpm/action-setup@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
2625
cache: pnpm
2726
- name: Install Dependencies
2827
run: pnpm install --frozen-lockfile
@@ -41,7 +40,6 @@ jobs:
4140
- uses: pnpm/action-setup@v4
4241
- uses: actions/setup-node@v4
4342
with:
44-
node-version: 18
4543
cache: pnpm
4644
- name: Install Dependencies
4745
run: pnpm install --frozen-lockfile
@@ -51,7 +49,7 @@ jobs:
5149
- id: set-matrix
5250
run: |
5351
echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT
54-
52+
5553
5654
floating:
5755
name: "Floating Dependencies"
@@ -63,7 +61,6 @@ jobs:
6361
- uses: pnpm/action-setup@v4
6462
- uses: actions/setup-node@v4
6563
with:
66-
node-version: 18
6764
cache: pnpm
6865
- name: Install Dependencies
6966
run: pnpm install --no-lockfile
@@ -84,16 +81,15 @@ jobs:
8481
- uses: pnpm/action-setup@v4
8582
- uses: actions/setup-node@v4
8683
with:
87-
node-version: 18
8884
cache: pnpm
8985
- name: Apply Scenario
9086
run: |
9187
pnpm dlx @embroider/try apply ${{ matrix.name }}
92-
88+
9389
- name: Install Dependencies
9490
run: pnpm install --no-lockfile
9591
- name: Run Tests
9692
run: |
9793
pnpm test
98-
94+
9995
env: ${{ matrix.env }}

.github/workflows/plan-release.yml

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

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- uses: pnpm/action-setup@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
3534
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
3635
registry-url: 'https://registry.npmjs.org'
3736
cache: pnpm

.github/workflows/push-dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- uses: pnpm/action-setup@v4
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
2827
cache: pnpm
2928
- name: Install Dependencies
3029
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)