Merge pull request #18009 from nicolo-ribaudo/pin-node-21

Pin GitHub actions to Node.js 21
This commit is contained in:
Tim van der Meij 2024-05-06 14:47:56 +02:00 committed by GitHub
commit d79aaee62a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [18, lts/*, latest] node-version: [18, lts/*, 21]
steps: steps:
- name: Checkout repository - name: Checkout repository