From 18976dd50bdfb7be49ba1496e58081490c37cdfb Mon Sep 17 00:00:00 2001 From: Ramin Date: Tue, 2 Jul 2024 23:28:23 +0330 Subject: [PATCH] add eslint --- .github/workflows/staging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-pipeline.yml b/.github/workflows/staging-pipeline.yml index c7ebf21..5d0c70e 100644 --- a/.github/workflows/staging-pipeline.yml +++ b/.github/workflows/staging-pipeline.yml @@ -41,7 +41,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 18.14.0 + node-version: 20.14.0 - name: Install Yarn run: npm install -g yarn - name: Install dependencies