From 11c3c7c2804c110cb058a0861d1d06b808ad368e Mon Sep 17 00:00:00 2001 From: Wisdom Date: Sat, 28 Sep 2024 23:20:41 +0100 Subject: [PATCH] ptch: bump node version for rollup --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96e0e01..e5c2281 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "18" + node-version: "16" - name: Install dependencies run: | @@ -41,7 +41,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "18" - name: Install dependencies run: |