Skip to content

Commit 3ff3fac

Browse files
committed
move to node 22.17 (LTS)
1 parent c8961d4 commit 3ff3fac

4 files changed

Lines changed: 2048 additions & 1738 deletions

File tree

.github/workflows/firebase-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js for pnpm
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: '23.10'
23+
node-version: '22.17'
2424

2525
- name: Install pnpm
2626
run: npm install -g pnpm@~10.12

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
https://things-to-complete.web.app/
22

3-
needs node 23.10.+
3+
needs node 22.17.+
44

55
needs pnpm 10.12.+
66
```bash

0 commit comments

Comments
 (0)