Skip to content

Commit cb40773

Browse files
committed
yaml sucks
1 parent b63294c commit cb40773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node }}
18+
env:
19+
CI: true
1820
- run: npm ci
1921
- run: npm run prepare --if-present
2022
- run: npm test
21-
env:
22-
CI: true

0 commit comments

Comments
 (0)