diff options
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1d0479f7..5fad9a78 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -47,7 +47,7 @@ jobs: # needs: pyinstaller runs-on: ubuntu-latest container: - image: node:14-buster + image: node:16-buster steps: - name: Checkout |