Skip to content

Commit

Permalink
feat: node 18 remove prebuild [publish binary][skip tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jul 14, 2022
1 parent e07d138 commit 4ade970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- macos-latest
node:
- 18
# - 18 Fix: upgrade to ubuntu-20.04 & resolve package issues
- 17
- 16
- 14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use any introspected library, such as Gtk+, usable. It is similar in essence to
will be welcomed.

Supported Node.js versions: **14**, **16**, **17**, **18** (other versions should work but are untested)
Pre-built binaries available for: **Linux**, **macOS**
Pre-built binaries available for: **Linux**, **macOS** (all supported versions except 18)

### Table of contents

Expand Down

0 comments on commit 4ade970

Please sign in to comment.