There was an error while loading. Please reload this page.
1 parent 3d4c91f commit 122d3a1Copy full SHA for 122d3a1
2 files changed
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Setup Node.js
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ matrix.node }}
28
cache: npm
.github/workflows/publish.yml
@@ -23,12 +23,12 @@ jobs:
fetch-depth: 0
29
30
31
32
33
node-version: 22
34
0 commit comments