Skip to content

Commit

Permalink
Merge pull request #1454 from hovancik/up/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hovancik committed Apr 27, 2024
2 parents d8b6a97 + ebf8fbb commit e684682
Show file tree
Hide file tree
Showing 8 changed files with 1,349 additions and 1,069 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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
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
13 changes: 10 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Run tests

on: [push, pull_request]

Expand All @@ -8,10 +8,17 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-14, macos-13, windows-latest]
fail-fast: false

steps:
- name: run on mac
if: matrix.os == 'macos-14'
run: |
sudo xcode-select -s "/Applications/Xcode_15.4.app"
echo "==> Build environment"
xcode-select -p
xcrun --show-sdk-version
- name: Setup DBUS environment
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -43,7 +50,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

0 comments on commit e684682

Please sign in to comment.