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 17e8ed6 commit 591958eCopy full SHA for 591958e
.github/workflows/publish-dist-packages.yml
@@ -16,7 +16,7 @@ jobs:
16
build:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/setup-node@v4
21
with:
22
node-version: 18
@@ -27,7 +27,7 @@ jobs:
27
needs: build
28
29
30
31
32
33
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Check the source code
24
25
26
0 commit comments