Update tgc.yml

This commit is contained in:
2025-04-15 22:37:39 -04:00
committed by GitHub
parent 7c3314c676
commit e525c582e5
+3 -3
View File
@@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/setup-python@v2 - uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
cache: 'pip' cache: 'pip'
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 18
cache: 'yarn' cache: 'yarn'