From 1be31cd3bd15df2f29c7d09f84ab039651c4eb8d Mon Sep 17 00:00:00 2001 From: Iskren Slavov Date: Fri, 8 Sep 2023 15:31:51 +0300 Subject: [PATCH] Switch back to 18.x for build. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3414472..f9c683f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: lts + node-version: 18.x check-latest: true - run: npm install - run: npm run prepare