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 ec3633a commit ba7bf4fCopy full SHA for ba7bf4f
.github/workflows/format.yml
@@ -16,7 +16,7 @@ jobs:
16
ref: ${{ github.head_ref }}
17
18
- name: Setup Node.js
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: '18'
22
.github/workflows/gardening.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v5
27
28
- name: Setup Node
29
30
31
node-version: lts/*
32
0 commit comments