Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
submodules: true

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.2.0
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: package.json
registry-url: https://npm.pkg.github.com
Expand All @@ -38,7 +38,7 @@ jobs:
run: yarn test

- name: Upload dist
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.6.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: dist
path: |
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.2.0
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: package.json
registry-url: https://npm.pkg.github.com
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
yarn package --target ${{ matrix.target }}

- name: Upload package
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.6.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: vsix-package-${{ matrix.target }}
path: ./*.vsix
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@
"@types/node": "^20.14.8",
"@types/node-fetch": "^2.6.12",
"@types/vscode": "^1.63.0",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@vscode/vsce": "^3.2.1",
"eslint": "^9.19.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vscode/vsce": "^3.2.2",
"eslint": "^9.20.1",
"extract-zip": "^2.0.1",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
Expand All @@ -253,8 +253,8 @@
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "8.21.0",
"webpack": "^5.97.1",
"typescript-eslint": "8.24.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"yargs": "^17.7.2"
},
Expand Down
Loading
Loading