From afd3e175773d858a719abbaeb0e39549111f8607 Mon Sep 17 00:00:00 2001 From: Devin Lauderdale Date: Thu, 25 Apr 2024 13:39:39 -0500 Subject: [PATCH] add global npm packages table and add yarn to docs --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6adc18..349bc0d 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,10 @@ Home for Github Actions runner images based on `ghcr.io/actions/actions-runner` | npm | 10.5.2 | | | node | 18, 20, 21 | defaults to lts | | nvm | 0.39.7 | | -| apt-fast | latest | --no-install-recommends | \ No newline at end of file +| apt-fast | latest | --no-install-recommends | + +### List of global NPM packages installed in the image + +| Package | Version | Configuration | +|----------|------------|-------------------------| +| yarn | v1.22.29 | | \ No newline at end of file