Skip to content

Commit

Permalink
Update the Node.js version from 16 to 20 (#163)
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
alina-derkach-oaza authored Jul 23, 2024
1 parent 5f7e776 commit 086d604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
- name: Chekout code
uses: actions/checkout@v3
with:
node-version: '20'
fetch-depth: 0
#Prepare the env
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
node-version: '20'

#Configure git
- name: Configure git
Expand Down Expand Up @@ -58,4 +60,4 @@ jobs:
# - name: Grammar
# run: |
# npx write-good --no-passive docs/**/*.md || true
# # Ignore errors, just inspect results
# # Ignore errors, just inspect results

0 comments on commit 086d604

Please sign in to comment.