Skip to content

Commit

Permalink
(chore) fix workflow files (#1803)
Browse files Browse the repository at this point in the history
- svelte-check needs svelte2tsx built
- vscode should be built with 16.x, too
  • Loading branch information
dummdidumm committed Dec 22, 2022
1 parent df5513a commit 6ee0b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/DeployExtensionsProd.yml
Expand Up @@ -13,13 +13,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
cache: yarn

# Ensure everything is compiling
- run: "yarn install"
- run: "yarn build"
- run: "yarn bootstrap"

# Lets us use one-liner JSON manipulations the package.json files
- run: "npm install -g json"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/DeploySvelteCheckProd.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
# Ensure everything is compiling
- run: "yarn install"
- run: "yarn build"
- run: "yarn bootstrap"

# Lets us use one-liner JSON manipulations the package.json files
- run: "npm install -g json"
Expand Down

0 comments on commit 6ee0b2f

Please sign in to comment.