Skip to content

Commit

Permalink
Upgraded dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yvann committed May 16, 2024
1 parent 1f29cd3 commit 5703b4e
Show file tree
Hide file tree
Showing 449 changed files with 1,619 additions and 17,132 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
"service": "lib",
"overrideCommand": true,
"workspaceFolder": "/workspace",
"postStartCommand": "yarn && yarn sdks vscode",
"customizations": {
"vscode": {
"extensions": ["arcanis.vscode-zipfs"]
}
}
"postStartCommand": "yarn"
}
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node:
- 18
- 20
- 22

include:
- node: 18
Expand All @@ -26,9 +27,7 @@ jobs:

steps:
- name: Checkout the code
uses: actions/checkout@v3
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Install the dependencies
run: yarn install --immutable
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.npmrc

.yarn/*
!.yarn/cache/
!.yarn/plugins/
!.yarn/releases/
!.yarn/sdks/
Expand Down
12,818 changes: 0 additions & 12,818 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit 5703b4e

Please sign in to comment.