Skip to content

Commit 1fde914

Browse files
authored
February 2025 updates (#102)
- Add February 2025 event - Update dependencies - Use Node 22 for CI
1 parent 0bafb58 commit 1fde914

File tree

5 files changed

+125
-102
lines changed

5 files changed

+125
-102
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup node
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 20
13+
node-version: 22
1414
- name: Install dependencies
1515
run: npm ci
1616
- name: Check formatting

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 22
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Check formatting

0 commit comments

Comments
 (0)