Skip to content

Commit afdfc16

Browse files
authored
TinyNode npm Package Updates (#108)
* Update packages, npm versions, and node versions * the force * the force
1 parent 5e54168 commit afdfc16

File tree

4 files changed

+91
-248
lines changed

4 files changed

+91
-248
lines changed

.github/workflows/cd_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@master
3636
with:
37-
node-version: "22"
37+
node-version: "24"
3838
- name: Cache node modules
3939
uses: actions/cache@master
4040
env:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
node-version:
62-
- 22
62+
- 24
6363
machines:
6464
- vlcdhp02
6565
runs-on: ${{ matrix.machines }}

.github/workflows/cd_prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
node-version:
28-
- 22
28+
- 24
2929
machines:
3030
- vlcdhprdp02
3131
runs-on: ${{ matrix.machines }}

0 commit comments

Comments
 (0)