Switch the sessionId to server-side #12

Open
vbatts wants to merge 6 commits from session into main
Showing only changes of commit cb0e40ed11 - Show all commits

View file

@ -20,4 +20,6 @@ jobs:
run: npm install
- name: Run tests
run: npm test
- name: Lint
run: npm run lint
- run: echo "🍏 This job's status is ${{ job.status }}."