diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7e815b1..784777e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,8 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] # Adjust if you're using a different version of Node.js - + node-version: [14.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}