Skip to content

Commit

Permalink
Fixed gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AyyKamp committed Mar 16, 2020
1 parent 82bc920 commit 53b878f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
os: [windows, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayykamp/napi-clip",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node.js wrapper for the C++ Clip library providing cross plattform support to copy/paste clipboard content",
"keywords": [
"nodejs",
Expand Down

0 comments on commit 53b878f

Please sign in to comment.