Skip to content

Commit 37eda52

Browse files
committed
node version and ci changes
1 parent 27cdbfe commit 37eda52

File tree

5 files changed

+1351
-731
lines changed

5 files changed

+1351
-731
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up NodeJS
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: 22.12.0
15+
node-version: 22.16.0
1616
cache: 'npm'
1717
- name: Install dependencies
1818
run: npm install

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.16.0

0 commit comments

Comments
 (0)