Skip to content

Commit

Permalink
add node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Oct 25, 2023
1 parent 43653de commit 5f370d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ jobs:
fail-fast: false
matrix:
node_version:
- 18
- 16
system:
- os: macos-11
target: x86_64-apple-darwin
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
# - os: ubuntu-20.04
# target: aarch64-unknown-linux-gnu
- os: windows-2022
target: x86_64-pc-windows-msvc
# Would like to have aarch64 support, but actions does not provide these yet.
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": "@shield3/banyan",
"version": "0.1.7",
"version": "0.1.8",
"description": "Banyan policy engine",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5f370d4

Please sign in to comment.