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

View File

@@ -18,10 +18,10 @@ jobs:
with:
fetch-depth: 0
- name: Set up NodeJS 18 💎
- name: Set up NodeJS 20 💎
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Set up Python 3.10.6 🐍
uses: actions/setup-python@v4

View File

@@ -12,6 +12,11 @@ jobs:
steps:
- 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 🐍
uses: actions/setup-python@v4
with: