From d3152e3dbcda30859656bad7e7c8122505819887 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 17:19:45 -0700 Subject: use nodejs version 19.0.0 --- .github/workflows/main.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5fad9a78..50de687e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -46,13 +46,16 @@ jobs: publish: # needs: pyinstaller runs-on: ubuntu-latest - container: - image: node:16-buster steps: - name: Checkout uses: actions/checkout@v2 + - name: Use Node.js 19.0.0 + uses: actions/setup-node@v3 + with: + node-version: 19.0.0 + - name: Cache extension node_modules uses: actions/cache@v2 with: -- cgit v1.2.3-70-g09d2