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