Skip to content

Commit 9b64e0f

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 6145ab8 commit 9b64e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout ✅
1919
uses: actions/checkout@v4
2020
- name: Setup Node.js 🔧
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 'lts/*'
2424
- name: Install dependencies 🛠️

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Setup Node.js 🔧
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 'lts/*'
2525
- name: Install dependencies 🛠️

0 commit comments

Comments
 (0)