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 4244f84 commit 9dc39cbCopy full SHA for 9dc39cb
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v5
19
- name: Use Node.js
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
0 commit comments