From 27b1ad9d20138b886093cabf1ddac8c25e76b0d2 Mon Sep 17 00:00:00 2001 From: calexil Date: Fri, 29 Mar 2024 02:34:26 -0400 Subject: [PATCH] update to node20 --- .github/workflows/python-app.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2905167..e4a5ee9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -20,9 +20,11 @@ jobs: python-version: [3.7, 3.8, 3.9] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + using: 'node20' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 + using: 'node20' with: python-version: ${{ matrix.python-version }} - name: Install dependencies