Revert "Update from upstream"

This commit is contained in:
Duncan McNaught
2024-10-18 13:15:20 -06:00
committed by GitHub
parent cd901f67c6
commit a5a8778704
22 changed files with 16121 additions and 1020 deletions

View File

@@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set Node.js 20.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 20.x
node-version: 16.x
- name: Install dependencies
run: npm ci