Merge pull request #24 from NotAShelf/dependabot/github_actions/actions/setup-node-6.3.0

build(deps): bump actions/setup-node from 6 to 6.3.0
This commit is contained in:
raf 2026-04-23 20:07:00 +03:00 committed by GitHub
commit 9d496a9e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
version: 10
- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: 22
cache: pnpm

View file

@ -27,7 +27,7 @@ jobs:
version: 10
- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: 22
cache: pnpm