Merge pull request #27525 from Dolibarr/dependabot/github_actions/actions/setup-node-4

Bump actions/setup-node from 3 to 4
This commit is contained in:
Laurent Destailleur 2024-01-15 11:46:10 +01:00 committed by GitHub
commit 233c52bdb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
tools: phpstan, cs2pr
extensions: calendar, json, imagick, gd, zip, mbstring, intl, opcache, imap, mysql, pgsql, sqlite3, ldap, xml, mcrypt
# ???
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'