Skip to content

Commit d11b466

Browse files
authored
Merge pull request #1640 from hovancik/up-deps
Up deps
2 parents 1ee9f4d + 44bc6cd commit d11b466

7 files changed

Lines changed: 477 additions & 469 deletions

File tree

.github/workflows/arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '22.17.0'
18+
node-version: '22.19.0'
1919
- run: sudo apt update && sudo apt-get install --no-install-recommends -y ruby-full libarchive-tools
2020
- run: sudo gem install fpm -v 1.15
2121
- run: npm install npm -g

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.12'
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: '22.17.0'
29+
node-version: '22.19.0'
3030
- run: pip install setuptools
3131
- run: npm install npm -g
3232
- run: npm install

.github/workflows/snap-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '22.17.0'
16+
node-version: '22.19.0'
1717
- run: pip install setuptools
1818
- run: npm install -g npm
1919
- run: npm install

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Use Node.js
4747
uses: actions/setup-node@v3
4848
with:
49-
node-version: '22.17.0'
49+
node-version: '22.19.0'
5050
- run: pip install setuptools
5151
- run: npm install npm -g
5252
- run: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.0
1+
22.19.0

0 commit comments

Comments
 (0)