We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5b1a75 + 98899f5 commit b79d3cdCopy full SHA for b79d3cd
1 file changed
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- uses: actions/checkout@v6
33
- - uses: actions/setup-node@v6.2.0
+ - uses: actions/setup-node@v6.3.0
34
with:
35
node-version: ${{ matrix.node }}
36
@@ -136,7 +136,7 @@ jobs:
136
runs-on: ubuntu-24.04
137
138
139
140
141
node-version: 14.x
142
@@ -163,7 +163,7 @@ jobs:
163
if: ${{ ( github.event_name == 'pull_request' && github.event.pull_request.merged == true ) || github.ref == 'refs/heads/main' }}
164
165
166
167
168
169
0 commit comments