Skip to content

Commit

Permalink
fix: try that
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 9, 2024
1 parent 199396e commit 788cf06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- uses: actions/checkout@v2
- name: install eslint
run: npm install eslint@6.8.0 @typescript-eslint/parser@2.25.0 @typescript-eslint/eslint-plugin@2.25.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typedoc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
npm install typedoc
./node_modules/.bin/typedoc
- name: Deploy
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/typedoc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install and Build
run: |
npm install
Expand Down

0 comments on commit 788cf06

Please sign in to comment.