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 182cd4a commit 60b61e7Copy full SHA for 60b61e7
.github/workflows/ci.yml
@@ -4,14 +4,14 @@ jobs:
4
build:
5
name: Build & test
6
runs-on: ubuntu-latest
7
- container: httptoolkit/act-build-base
+ container: httptoolkit/act-build-base:v3.0.0
8
steps:
9
- uses: actions/checkout@v2
10
11
- uses: actions/setup-node@v1
12
with:
13
node-version: 14
14
15
- - run: npm ci --unsafe-perm # Unsafe required for napa in CI
+ - run: npm ci
16
- run: npm test # Test the code itself
17
- run: npm run build # Confirm that the API specs & index builds successfully
.github/workflows/daily-main-check.yml
@@ -6,7 +6,7 @@ jobs:
0 commit comments