|
|
@ -101,7 +101,7 @@ jobs: |
|
|
|
path: target/release |
|
|
|
path: target/release |
|
|
|
- name: mark binary as executable |
|
|
|
- name: mark binary as executable |
|
|
|
run: chmod +x target/release/fnm |
|
|
|
run: chmod +x target/release/fnm |
|
|
|
- uses: pnpm/action-setup@v2.2.2 |
|
|
|
- uses: pnpm/action-setup@v2.2.4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
run_install: false |
|
|
|
run_install: false |
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
- uses: actions/setup-node@v3 |
|
|
@ -135,7 +135,7 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: fnm-windows |
|
|
|
name: fnm-windows |
|
|
|
path: target/release |
|
|
|
path: target/release |
|
|
|
- uses: pnpm/action-setup@v2.2.2 |
|
|
|
- uses: pnpm/action-setup@v2.2.4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
run_install: false |
|
|
|
run_install: false |
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
- uses: actions/setup-node@v3 |
|
|
@ -207,7 +207,7 @@ jobs: |
|
|
|
path: target/release |
|
|
|
path: target/release |
|
|
|
- name: mark binary as executable |
|
|
|
- name: mark binary as executable |
|
|
|
run: chmod +x target/release/fnm |
|
|
|
run: chmod +x target/release/fnm |
|
|
|
- uses: pnpm/action-setup@v2.2.2 |
|
|
|
- uses: pnpm/action-setup@v2.2.4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
run_install: false |
|
|
|
run_install: false |
|
|
|
- uses: actions/setup-node@v3 |
|
|
|
- uses: actions/setup-node@v3 |
|
|
|