We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c198d6 + b8ced65 commit e9b8821Copy full SHA for e9b8821
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v6
22
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: npm
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
28
29
30
31
32
0 commit comments