diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ab9eb7..025cf0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '16.x' - name: Install dependencies run: sudo apt-get install libx11-dev zlib1g-dev libpng-dev libxtst-dev - name: Build it @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '16.x' - name: Build it env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '16.x' - name: Build it env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}