Skip to content

Commit

Permalink
update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan committed Nov 19, 2023
1 parent 7bbc2f2 commit 914ea28
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 4,029 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.21"
id: go

- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.21"
id: go

- name: Get dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vuelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [21.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down
24 changes: 0 additions & 24 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,27 @@
```
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
```

### Compiles and hot-reloads for development

```
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
```

### Compiles and minifies for production

```
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
```

### Lints and fixes files

```
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint
```

### Customize configuration
Expand Down
Loading

0 comments on commit 914ea28

Please sign in to comment.