From e5bc3549d92b9f92afb5ce33c14ec50e657bea8c Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Tue, 16 May 2023 10:10:48 -0700 Subject: [PATCH] Use node lts --- .github/workflows/update-colors.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-colors.yml b/.github/workflows/update-colors.yml index d8815170..02952b22 100644 --- a/.github/workflows/update-colors.yml +++ b/.github/workflows/update-colors.yml @@ -18,8 +18,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - # with: - # cache: npm + with: + node-version: lts + check-latest: true - run: npm i @primer/primitives@latest