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 e6c63e2 commit badf9e8Copy full SHA for badf9e8
.github/workflows/ci.yaml
@@ -10,8 +10,10 @@ jobs:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
runs-on: ${{matrix.os}}
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: actions/setup-node@v5
15
with:
16
node-version: ${{matrix.node}}
17
- - run: make lint test
+ - run: make deps
18
+ - run: make lint
19
+ - run: make test
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
contents: read
id-token: write
node-version: latest
0 commit comments