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.
2 parents 9fd676a + b7c6e86 commit a6453c9Copy full SHA for a6453c9
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
25
26
- name: Set Node.js 16.x
27
uses: actions/[email protected]
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
units:
12
13
14
- - uses: actions/checkout@v4
15
- run: npm ci
16
- run: npm test
17
@@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
28
29
30
- name: Install OSS Swift on macOS
31
if: ${{ startsWith(matrix.os, 'macos') }}
32
run: |
0 commit comments