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 538dfe7 commit 0c795b3Copy full SHA for 0c795b3
2 files changed
.github/workflows/publish.yml
@@ -6,8 +6,8 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
10
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v5
+ - uses: actions/setup-node@v5
11
with:
12
node-version: 22
13
registry-url: https://registry.npmjs.org
.github/workflows/test.yml
@@ -14,8 +14,8 @@ jobs:
14
--health-timeout 3s
15
--health-retries 3
16
17
18
19
20
21
- run: npm install
0 commit comments