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 c11ba54 commit 3c69e9aCopy full SHA for 3c69e9a
.github/workflows/CI.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v5
14
- name: Use Node.js
15
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node-version }}
18
cache: 'npm'
0 commit comments