use node 20 in ci

This commit is contained in:
AAGaming
2024-06-27 02:18:41 -04:00
parent d71fb7935b
commit a3143c11a8
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -18,10 +18,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up NodeJS 18 💎 - name: Set up NodeJS 20 💎
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 20
- name: Set up Python 3.10.6 🐍 - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
+5
View File
@@ -12,6 +12,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 # Check out the repository first. - uses: actions/checkout@v3 # Check out the repository first.
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
with:
node-version: 20
- name: Set up Python 3.10.6 🐍 - name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: