diff options
-rw-r--r-- | .github/workflows/main.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
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: |