Skip to content

Commit

Permalink
Bump node version to 18 (#566)
Browse files Browse the repository at this point in the history
* fix node14

* Fixes
  • Loading branch information
TwitchBronBron authored May 3, 2024
1 parent b5b6ab9 commit 4facc56
Show file tree
Hide file tree
Showing 5 changed files with 877 additions and 11,633 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
node-version: "18.18.2"
- run: npm ci
- run: npm run build
- run: npm run lint
Expand All @@ -43,8 +43,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.19.0"

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 4facc56

Please sign in to comment.