Skip to content

Commit 0a03187

Browse files
committed
Upgrade CI from Node 22 to Node 24 (active LTS)
1 parent b060764 commit 0a03187

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
- run: sudo apt-get install -y git-crypt
2020
- run: npm ci
2121
- run: npm run build
@@ -114,7 +114,7 @@ jobs:
114114
fi
115115
- uses: actions/setup-node@v6
116116
with:
117-
node-version: 22
117+
node-version: 24
118118
- run: npm ci
119119
- name: Verify tag matches package.json version
120120
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)