We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43653de commit 5f370d4Copy full SHA for 5f370d4
.github/workflows/publish.yml
@@ -74,14 +74,15 @@ jobs:
74
fail-fast: false
75
matrix:
76
node_version:
77
+ - 18
78
- 16
79
system:
80
- os: macos-11
81
target: x86_64-apple-darwin
82
- os: ubuntu-20.04
83
target: x86_64-unknown-linux-gnu
- - os: ubuntu-20.04
84
- target: aarch64-unknown-linux-gnu
+ # - os: ubuntu-20.04
85
+ # target: aarch64-unknown-linux-gnu
86
- os: windows-2022
87
target: x86_64-pc-windows-msvc
88
# Would like to have aarch64 support, but actions does not provide these yet.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shield3/banyan",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"description": "Banyan policy engine",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments