We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea7f07 commit 6cb44a7Copy full SHA for 6cb44a7
1 file changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
0 commit comments