From 97dea7d723df79dd7bf4518ac35a1997f2a3a588 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 6 Aug 2024 08:23:47 -0700 Subject: [PATCH] Undo GitHub Actions changes but use node 18 (same as beta) --- .github/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 403b427..7a09c91 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,10 +12,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 18 cache: 'npm' - - run: rm -rf node_modules - - run: rm package-lock.json - - run: npm install - - run: npm ci - run: npm run build