Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed May 3, 2024
1 parent 4fbbcc0 commit c50714b
Show file tree
Hide file tree
Showing 5 changed files with 877 additions and 11,635 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
architecture: 'x64' # fix for macos-latest
node-version: "18.18.2"
- run: npm ci
- run: npm run build
- run: npm run lint
Expand All @@ -44,9 +43,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
architecture: 'x64' # fix for macos-latest

node-version: "18.18.2"
#build package
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.16.1"
node-version: "18.18.2"
- run: npm ci
- run: npx ts-node scripts/create-vsix.ts ${{ github.event.inputs.branch }}
- uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
node-version: "18.18.2"
- run: npm install
- run: npm run build-docs
- name: Deploy
Expand All @@ -19,4 +19,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .tmp/docs
CLEAN: true # Automatically remove deleted files from the deploy branch
CLEAN: true # Automatically remove deleted files from the deploy branch
Loading

0 comments on commit c50714b

Please sign in to comment.