Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 20, 2024
1 parent bff53d8 commit 6d2d5d0
Show file tree
Hide file tree
Showing 8 changed files with 992 additions and 5,767 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update APT
if: matrix.os == 'ubuntu-latest'
run: sudo apt update

- name: Install OS dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install gcc-11 g++-11 lcov
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
# - name: Install OS dependencies
# if: matrix.os == 'ubuntu-latest'
# run: |
# sudo apt update
# sudo apt install gcc-11 g++-11 lcov
# sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11

- name: Display versions
if: matrix.os == 'ubuntu-latest'
Expand All @@ -41,13 +41,10 @@ jobs:
run: sysctl -n hw.logicalcpu

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Reconfigure git to use HTTPS
run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/

- name: Install packages
run: npm ci

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>shared-memory-disruptor 4.1.4 | Documentation</title>
<title>shared-memory-disruptor 4.2.0 | Documentation</title>
<meta name='description' content='Shared memory LMAX Disruptor'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>shared-memory-disruptor</h3>
<div class='mb1'><code>4.1.4</code></div>
<div class='mb1'><code>4.2.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
Loading

0 comments on commit 6d2d5d0

Please sign in to comment.