We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b076f commit 4e6e2e1Copy full SHA for 4e6e2e1
1 file changed
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
with:
31
fetch-depth: 0
32
- name: Use Node.js ${{ matrix.node-version }}
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ${{ matrix.os }}
57
58
59
60
- uses: actions/setup-node@v6
61
62
node-version: 'lts/*'
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
@@ -87,7 +87,7 @@ jobs:
87
needs: [lint, test-node, test-os]
88
89
90
91
92
93
0 commit comments