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 9547a81 commit 94bb0edCopy full SHA for 94bb0ed
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v5
29
- name: Use Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
31
with:
32
node-version: ${{ matrix.node-version }}
33
- run: npm i
0 commit comments