Skip to content

Commit b2fe17c

Browse files
chore(deps): update node.js to v24
1 parent e0b567d commit b2fe17c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
- name: Install Lua and LuaRocks
2020
run: |
2121
sudo apt-get update
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 24
3939
- run: npm ci
4040
- name: Set Git Config
4141
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)