Skip to content

Commit

Permalink
Merge pull request #1497 from hovancik/up-deps
Browse files Browse the repository at this point in the history
Up deps
  • Loading branch information
hovancik authored Oct 13, 2024
2 parents 5c1b75a + b917130 commit d704702
Show file tree
Hide file tree
Showing 7 changed files with 1,895 additions and 794 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.15.1'
node-version: '20.18.0'
- run: sudo apt update && sudo apt-get install --no-install-recommends -y ruby-full libarchive-tools
- run: sudo gem install fpm -v 1.15
- run: npm install npm -g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: '3.12'
- uses: actions/setup-node@v3
with:
node-version: '20.15.1'
node-version: '20.18.0'
- run: pip install setuptools
- run: npm install npm -g
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.15.1'
node-version: '20.18.0'
- run: pip install setuptools
- run: npm install -g npm
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.15.1'
node-version: '20.18.0'
- run: pip install setuptools
- run: npm install npm -g
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.18.0
Loading

0 comments on commit d704702

Please sign in to comment.