From dcd32da001bf9b4781d94bdb7c886b223044a571 Mon Sep 17 00:00:00 2001
From: Mohsin <mohsinulhaq01@gmail.com>
Date: Tue, 24 Oct 2023 14:38:34 +0530
Subject: [PATCH] upgrade GitHub actions, pin Node.js version to 16 (#172)

---
 .github/workflows/ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4322b11..b526229 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,11 +13,11 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
-      - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v2
+      - uses: actions/checkout@v4
+      - name: Use Node.js v16
+        uses: actions/setup-node@v4
         with:
-          node-version: ${{ matrix.node-version }}
+          node-version: 16
       - name: yarn install, build, and test
         run: |
           yarn --frozen-lockfile