Skip to content
Snippets Groups Projects
Unverified Commit 115d768b authored by chris48s's avatar chris48s Committed by GitHub
Browse files

pin 'deploy docs' build to node 16 (#8925)

parent 7b7c9617
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,13 @@ jobs: ...@@ -16,10 +16,13 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 16
- name: Build - name: Build
run: | run: npm run build-docs
npm ci
npm run build-docs
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment