Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Aug 10, 2024
1 parent be164e8 commit 7e888e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/[email protected]
- uses: actions/setup-node@v1
with:
args: 'publish -p $AZURE_ACCESS_TOKEN'
env:
AZURE_ACCESS_TOKEN: ${{ secrets.AZURE_ACCESS_TOKEN }}
node-version: '20'
- run: npm install
- run: npm install -g @vscode/vsce
- run: vsce package
- run: vsce publish -p ${{ secrets.VSCODE_TOKEN }}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "Node16",
"module": "CommonJS",
"target": "ES2022",
"lib": ["ES2022"],
"sourceMap": true,
Expand Down

0 comments on commit 7e888e5

Please sign in to comment.