Skip to content

Commit

Permalink
Run CI on Linux only, fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Jun 12, 2024
1 parent eb9cfdc commit 47f38db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [8.x, 10.x, 12.x, 14.x]
os: [ubuntu-latest]
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions benchmark/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
'use strict'

/* global structuredClone */

const bench = require('fastbench')
const deepCopy = require('deep-copy')
const lodashCloneDeep = require('lodash.clonedeep')
Expand Down

0 comments on commit 47f38db

Please sign in to comment.