* specify node version
* Spam to run CI
* Remove docs update, specify node version at other places
- name: Use Node.js
uses: actions/setup-node@v3
with:
+ node-version: 16
cache: pnpm
- uses: dorny/paths-filter@v2
id: changes
- name: Use Node.js
uses: actions/setup-node@v3
with:
+ node-version: 16
cache: pnpm
- name: Package & Deploy Docs
run: |
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
+ node-version: 16
cache: pnpm
- name: Setup and build
run: |
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
+ node-version: 16
cache: pnpm
- name: Setup and build
run: |