Skip to content

Commit

Permalink
updated CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RillingDev committed Dec 7, 2023
1 parent 7fb3257 commit bddc8db
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npm run build
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.3.2
- uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
local-dir: ./dist/
protocol: ${{ secrets.FTP_PROTOCOL }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
#- run: npm run lint # broken until update to vue 3
- run: npm run type-check
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/node20": "^20.1.2",
"@types/base64-js": "^1.3.0",
"@types/jsdom": "^21.1.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.16.8",
"@types/node": "^20.10.4",
"@types/pako": "^2.0.0",
"@types/vue-select": "^3.16.0",
"@vitejs/plugin-vue2": "^2.2.0",
Expand Down

0 comments on commit bddc8db

Please sign in to comment.