Skip to content

Commit 5f370d4

Browse files
committed
add node 18
1 parent 43653de commit 5f370d4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,15 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
node_version:
77+
- 18
7778
- 16
7879
system:
7980
- os: macos-11
8081
target: x86_64-apple-darwin
8182
- os: ubuntu-20.04
8283
target: x86_64-unknown-linux-gnu
83-
- os: ubuntu-20.04
84-
target: aarch64-unknown-linux-gnu
84+
# - os: ubuntu-20.04
85+
# target: aarch64-unknown-linux-gnu
8586
- os: windows-2022
8687
target: x86_64-pc-windows-msvc
8788
# Would like to have aarch64 support, but actions does not provide these yet.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shield3/banyan",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Banyan policy engine",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)