8000 chore(ci): sync lockfile with pnpm i (#3352) · vuejs/language-tools@c046644 · GitHub
[go: up one dir, main page]

Skip to content

Commit c046644

Browse files
authored
chore(ci): sync lockfile with pnpm i (#3352)
1 parent 2b262b5 commit c046644

File tree

3 files changed

+68
-78
lines changed

3 files changed

+68
-78
lines changed

.github/workflows/release.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: release
2-
3-
on:
4-
workflow_dispatch:
5-
push:
6-
tags:
7-
- '*'
8-
9-
jobs:
10-
release:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v3
14-
15-
- uses: actions/setup-node@v3
16-
with:
17-
node-version: 18
18-
19-
- run: npm i -g pnpm ovsx
20-
- run: pnpm install --frozen-lockfile --no-optional
21-
- run: pnpm run build:minify && pnpm ovsx publish
22-
working-directory: packages/vscode-vue
23-
env:
24-
OVSX_PAT: ${{ secrets.OVSX_PAT }}
1+
name: release
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
tags:
7+
- '*'
8+
9+
jobs:
10+
release:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 18
18+
19+
- run: npm i -g pnpm ovsx
20+
- run: pnpm install --frozen-lockfile --no-optional
21+
- run: pnpm run build:minify && pnpm ovsx publish
22+
working-directory: packages/vscode-vue
23+
env:
24+
OVSX_PAT: ${{ secrets.OVSX_PAT }}

.github/workflows/test.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
name: testing
2-
3-
on: [push, pull_request]
4-
5-
jobs:
6-
build:
7-
runs-on: ${{ matrix.os }}
8-
9-
strategy:
10-
matrix:
11-
node-version: [16.x]
12-
os: [macos-latest, windows-latest, ubuntu-latest]
13-
14-
steps:
15-
- uses: actions/checkout@v2
16-
17-
# install node
18-
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v1
20-
with:
21-
node-version: ${{ matrix.node-version }}
22-
23-
# install pnpm
24-
- run: npm i -g pnpm
25-
- run: pnpm install --frozen-lockfile --no-optional
26-
- run: pnpm run build-ci
27-
- run: pnpm run test
1+
name: testing
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ${{ matrix.os }}
8+
9+
strategy:
10+
matrix:
11+
node-version: [16.x]
12+
os: [macos-latest, windows-latest, ubuntu-latest]
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
17+
# install node
18+
- name: Use Node.js ${{ matrix.node-version }}
19+
uses: actions/setup-node@v1
20+
with:
21+
node-version: ${{ matrix.node-version }}
22+
23+
# install pnpm
24+
- run: npm i -g pnpm
25+
- run: pnpm install --frozen-lockfile --no-optional
26+
- run: pnpm run build-ci
27+
- run: pnpm run test

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
0