Updated version of Node in Github Workflow

This commit is contained in:
Alexander Cerutti
2024-10-29 23:01:09 +01:00
parent 57f4aacaad
commit 942bda411b

View File

@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "20.x"
check-latest: true
- run: |
pnpm install