Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Apr 26, 2024
1 parent d8b6a97 commit 1470e38
Show file tree
Hide file tree
Showing 8 changed files with 1,346 additions and 1,067 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: '18.18.2'
node-version: '20.11.1'
- 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
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
- name: run on linux
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libarchive-tools
- name: run on mac
if: matrix.os == 'macos-latest'
run: sudo xcode-select -s "/Applications/Xcode_15.2.app"
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: actions/setup-node@v3
with:
node-version: '18.18.2'
node-version: '20.11.1'
- 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: '18.18.2'
node-version: '20.11.1'
- run: pip install setuptools
- run: npm install -g npm
- run: npm install
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
fail-fast: false

steps:
- name: run on mac
if: matrix.os == 'macos-latest'
run: sudo xcode-select -s "/Applications/Xcode_15.2.app"
- name: Setup DBUS environment
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.18.2'
node-version: '20.11.1'
- run: pip install setuptools
- run: npm install npm -g
- run: npm install
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.11.1
Loading

0 comments on commit 1470e38

Please sign in to comment.