Skip to content

Commit 21a7e06

Browse files
committed
updated node version for website
1 parent 2718f2d commit 21a7e06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-web-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
cache: yarn
2323
cache-dependency-path: website/yarn.lock
2424

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ venv/
1414
.venv/
1515
nohup.out
1616

17+
/.ruff_cache
18+
1719
# Byte-compiled / optimized / DLL files
1820
__pycache__/
1921
*.py[cod]

0 commit comments

Comments
 (0)