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 b144805 commit 923cea4Copy full SHA for 923cea4
1 file changed
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v6
30
- name: Test on Node.js ${{ matrix.node-version }}
31
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
32
with:
33
node-version: ${{ matrix.node-version }}
34
- run: npm install
0 commit comments