From 70eed88992f3a78f68c97e01a45db0485eb2a160 Mon Sep 17 00:00:00 2001 From: JonLuca DeCaro Date: Thu, 30 Mar 2023 10:33:20 -0700 Subject: [PATCH] runner version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9202267..15cea95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "12.x" + node-version: "18.x" - run: npm ci - run: npm run build --if-present - run: npm test