From 524e36ca0d83e3407200a3e27120cef6934f472d Mon Sep 17 00:00:00 2001 From: Burak Benligiray Date: Wed, 22 May 2024 11:28:00 +0300 Subject: [PATCH] Update Github Actions node version --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 8c388d8..7edd11c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '20.x' - name: Install Dependencies run: npm run bootstrap