Skip to content

Commit

Permalink
EPMRPP-94905 || Run CI pipeline on different OS
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Sep 20, 2024
1 parent c4b84c5 commit 9e43f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-13]
strategy:
matrix:
node: [14, 16, 18, 20, 22]
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs');
const glob = require('glob');
const os = require('os');
const microtime = require('microtime')
const microtime = require('microtime');
const RestClient = require('./rest');
const pjson = require('../package.json');

Expand Down

0 comments on commit 9e43f6e

Please sign in to comment.