Skip to content

Commit

Permalink
test (github action): also test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Nov 24, 2024
1 parent f52f55d commit 521732c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [20.x]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If a file or directory with the same name already exists in the Trash, the name

## Features
- On MacOS, safe-rm` will use AppleScript to delete files or directories as much as possible to enable the built-in "put-back" capability in the system Trash bin.
- Custom [configurations](#configuration).

## Supported options

Expand Down

0 comments on commit 521732c

Please sign in to comment.