Skip to content

Commit ac9b6eb

Browse files
committed
Use pnpm
1 parent e86f270 commit ac9b6eb

5 files changed

Lines changed: 1173 additions & 1957 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@ on:
77
branches: [main]
88
pull_request:
99
branches: [main]
10-
merge_group:
1110
jobs:
1211
argos:
1312
timeout-minutes: 60
1413
runs-on: ubuntu-latest
1514
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
15+
- uses: actions/checkout@v6
16+
- name: Install pnpm
17+
run: corepack enable
18+
- uses: actions/setup-node@v6
1819
- name: Install dependencies
19-
run: npm ci
20-
- name: Upload screenshots
21-
run: npm exec -- argos upload screenshots
22-
env:
23-
DEBUG: "@argos-ci/core"
24-
ARGOS_TOKEN: a1062035865420fb5a5c2a2a5baa501f94fa819f
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
run: pnpm install --frozen-lockfile
21+
# Add relevant action here

dummy/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello world

0 commit comments

Comments
 (0)