We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dee71 commit 854f4ddCopy full SHA for 854f4dd
1 file changed
.github/workflows/integrate.yml
@@ -16,12 +16,11 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Use NodeJS version ${{ matrix.node-version }}
18
uses: actions/setup-node@v4
19
- with:
20
- node-version: ${{ matrix.node-version }}
21
- cache: 'pnpm'
22
- name: Setup pnpm
23
uses: pnpm/action-setup@v2.4.0
24
with:
+ node-version: ${{ matrix.node-version }}
+ cache: 'pnpm'
25
version: '6'
26
- run: pnpm install
27
- run: pnpm test:sass
0 commit comments