Skip to content

Commit

Permalink
Merge pull request #18009 from nicolo-ribaudo/pin-node-21
Browse files Browse the repository at this point in the history
Pin GitHub actions to Node.js 21
  • Loading branch information
timvandermeij committed May 6, 2024
2 parents 1b811ac + e561a4a commit d79aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, lts/*, latest]
node-version: [18, lts/*, 21]

steps:
- name: Checkout repository
Expand Down

0 comments on commit d79aaee

Please sign in to comment.