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 6145ab8 commit 9b64e0fCopy full SHA for 9b64e0f
.github/workflows/build-library.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout ✅
19
uses: actions/checkout@v4
20
- name: Setup Node.js 🔧
21
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
22
with:
23
node-version: 'lts/*'
24
- name: Install dependencies 🛠️
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
25
0 commit comments