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 8ba1303 commit cd1293aCopy full SHA for cd1293a
.github/workflows/build-library.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout ✅
20
uses: actions/checkout@v5
21
- name: Setup Node.js 🔧
22
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
23
with:
24
node-version: 'lts/*'
25
- name: Install dependencies 🛠️
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
16
0 commit comments