From 13f93fb6ec7af8a38dbdf9451444ab97e2fb36eb Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 20 Mar 2024 20:15:34 +1300 Subject: [PATCH] Upgrading CI to Node 18, Python 3.11 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 924f612c..6c5f2e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Install modules run: npm ci @@ -95,7 +95,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '18' - name: Install JS dependencies run: npm install @@ -106,7 +106,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.11' - name: "Install Python dependencies" run: python3 -m pip install build