IHaveNoIdeaWhatI'mDoing.jpg

... you know, the one with the dog trying to attempt a human job?
This commit is contained in:
Gordon Pedersen 2022-11-30 20:23:58 +11:00
parent c9fb844aaf
commit 4670743405

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '16.x'
- run: npm ci - run: npm ci
@ -25,3 +25,4 @@ jobs:
with: with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./pub publish_dir: ./pub
disable_nojekyll: true