From 5c18ceab8190a399e875c820ad03e9fd5f284733 Mon Sep 17 00:00:00 2001 From: SureshPradhana Date: Sat, 6 Apr 2024 20:42:04 +0530 Subject: [PATCH] node version update --- .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 3830c2d..dbace88 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 - name: Cache pnpm modules uses: actions/cache@v2 @@ -46,4 +46,4 @@ jobs: uses: denoland/deployctl@v1 with: project: # Replace with your project name - entrypoint: 'build/index.js' \ No newline at end of file + entrypoint: 'build/index.js'