File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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"
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 }}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments