diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:03:14 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:03:14 -0700 |
commit | 9cabb68b02d19978625a7ec5302304014bcb684f (patch) | |
tree | f4fe6488bb9c900eb4fab0d096bc7893a6e68c28 | |
parent | 22576f4879877d622a2b86b800c977d4b1cb69a4 (diff) | |
download | sncontinue-9cabb68b02d19978625a7ec5302304014bcb684f.tar.gz sncontinue-9cabb68b02d19978625a7ec5302304014bcb684f.tar.bz2 sncontinue-9cabb68b02d19978625a7ec5302304014bcb684f.zip |
node-16 buster, not 14
-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 |