Skip to content

Commit

Permalink
Merge pull request #18 from jeff-tbd/fix/workflows-2
Browse files Browse the repository at this point in the history
test
  • Loading branch information
jeff-tbd authored Sep 26, 2023
2 parents 27f7af8 + 4bcf8ed commit a7f94f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 18.17.1

- name: Install Dependencies
run: npm install
run: npm ci

- name: Generate Typedoc
run: npm run build:typedoc
Expand Down

0 comments on commit a7f94f6

Please sign in to comment.