Skip to content

Commit 96d6ecc

Browse files
authored
Merge pull request #247 from ardriveapp/PE-8050-cli-update-for-ar-fs-v-0-15
PE-8050: CLI update for ArFS v0.15
2 parents 2259af7 + 99f884e commit 96d6ecc

File tree

158 files changed

+1494
-1905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1494
-1905
lines changed

.github/workflows/test_and_build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
12-
- name: Read .nvmrc
13-
id: node_version
14-
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
15-
10+
- uses: actions/checkout@v4
1611
- name: Set Up node
17-
uses: actions/setup-node@v2
12+
uses: actions/setup-node@v4
1813
with:
19-
node-version: ${{ steps.node_version.outputs.NODE_VERSION }}
14+
node-version-file: '.nvmrc'
2015
cache: 'yarn'
2116

2217
- name: Install dependencies

.pnp.cjs

Lines changed: 297 additions & 872 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"eslint.nodePath": ".yarn/sdks",
77
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
88
"typescript.tsdk": ".yarn/sdks/typescript/lib",
9-
"typescript.enablePromptUseWorkspaceTsdk": true
9+
"typescript.enablePromptUseWorkspaceTsdk": true,
10+
"files.insertFinalNewline": true,
11+
"editor.defaultFormatter": "esbenp.prettier-vscode",
12+
"editor.formatOnSave": true,
13+
"editor.formatOnSaveMode": "file",
1014
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)