-
Notifications
You must be signed in to change notification settings - Fork 22
46 lines (46 loc) · 1.17 KB
/
w3up-client.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: w3up-client
on:
push:
branches:
- main
paths:
- 'packages/w3up-client/**'
- 'packages/eslint-config-w3up/**'
- '.github/workflows/w3up-client.yml'
- 'pnpm-lock.yaml'
pull_request:
paths:
- 'packages/w3up-client/**'
- 'packages/eslint-config-w3up/**'
- '.github/workflows/w3up-client.yml'
- 'pnpm-lock.yaml'
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node_version:
- 18
- 20
defaults:
run:
working-directory: ./packages/w3up-client
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- run: pnpm --filter '@web3-storage/w3up-client...' install
- run: pnpm --filter '@web3-storage/w3up-client' attw
- uses: ./packages/w3up-client/.github/actions/test
with:
w3up-client-dir: ./packages/w3up-client/