Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenuhrbach committed Jan 11, 2024
1 parent fe39597 commit 9995db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ variables.NODE_VERSION }}
node-version: ${{ vars.NODE_VERSION }}
- name: Install dependencies
run: yarn
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ variables.NODE_VERSION }}
node-version: ${{ vars.NODE_VERSION }}
- run: yarn
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
Expand Down

0 comments on commit 9995db5

Please sign in to comment.