Skip to content

Commit a44c39e

Browse files
authored
Merge pull request #12 from foundationdb-rs/osx_arch
Osx arch
2 parents 789a3e5 + c7cc227 commit a44c39e

File tree

10 files changed

+2596
-81
lines changed

10 files changed

+2596
-81
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
.direnv/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This action is compatible with:
1111

1212
### `version`
1313

14-
**Optional** Foundationdb version to install. Default `"6.3.22"`.
14+
**Optional** Foundationdb version to install. Default `"7.1.37"`.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
version:
88
description: FoundationDB version to install
99
required: false
10-
default: "6.3.22"
10+
default: "7.1.37"
1111
runs:
12-
using: "node12"
12+
using: "node16"
1313
main: "dist/index.js"

0 commit comments

Comments
 (0)