Merge pull request #997 from Stremio/dependabot/github_actions/actions/setup-node-5

chore(deps): bump actions/setup-node from 4 to 5
This commit is contained in:
Timothy Z. 2025-09-12 14:25:48 +03:00 committed by GitHub
commit 6aabd75d5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Setup node
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
- name: Install NPM dependencies