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
25+ node-version : 22
2626 cache : pnpm
2727 - name : Install Dependencies
2828 run : pnpm install --frozen-lockfile
4141 - uses : pnpm/action-setup@v4
4242 - uses : actions/setup-node@v4
4343 with :
44- node-version : 18
44+ node-version : 22
4545 cache : pnpm
4646 - name : Install Dependencies
4747 run : pnpm install --frozen-lockfile
5151 - id : set-matrix
5252 run : |
5353 echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT
54-
54+
5555
5656 floating :
5757 name : " Floating Dependencies"
6363 - uses : pnpm/action-setup@v4
6464 - uses : actions/setup-node@v4
6565 with :
66- node-version : 18
66+ node-version : 22
6767 cache : pnpm
6868 - name : Install Dependencies
6969 run : pnpm install --no-lockfile
@@ -84,16 +84,16 @@ jobs:
8484 - uses : pnpm/action-setup@v4
8585 - uses : actions/setup-node@v4
8686 with :
87- node-version : 18
87+ node-version : 22
8888 cache : pnpm
8989 - name : Apply Scenario
9090 run : |
9191 pnpm dlx @embroider/try apply ${{ matrix.name }}
92-
92+
9393 - name : Install Dependencies
9494 run : pnpm install --no-lockfile
9595 - name : Run Tests
9696 run : |
9797 pnpm test
98-
98+
9999 env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments