1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: update docs action

This commit is contained in:
James Cook 2023-04-16 19:17:42 +01:00
parent 303679c3fe
commit 58c5dfa1e4

View file

@ -4,11 +4,6 @@ on:
push:
branches:
- main
paths:
- "src/**"
- "tsconfig.json"
- "pnpm-lock.yaml"
workflow_dispatch:
jobs:
build-docs:
@ -23,7 +18,7 @@ jobs:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 7.14.2
version: 8.2.0
- name: Retrieve the cached "node_modules" directory (if present)
uses: actions/cache@v3
id: node-cache