We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b574dab commit 8bab08dCopy full SHA for 8bab08d
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
with:
31
fetch-depth: 0
32
- name: Use Node.js ${{ matrix.node-version }}
@@ -53,7 +53,7 @@ jobs:
53
runs-on: ${{ matrix.os }}
54
55
56
57
- uses: actions/setup-node@v3
58
59
node-version: 'lts/*'
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
@@ -84,7 +84,7 @@ jobs:
84
needs: [lint, test-node, test-os]
85
86
87
88
89
90
0 commit comments