We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a84539e + 2f3ce33 commit a444a4fCopy full SHA for a444a4f
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v6.0.3
22
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v6.4.0
+ uses: actions/setup-node@v6.5.0
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