We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3648396 commit 57f12d8Copy full SHA for 57f12d8
.github/workflows/publish.yaml
@@ -38,6 +38,6 @@ jobs:
38
CLASP_CREDENTIALS: ${{secrets.CLASP_CREDENTIALS}}
39
- uses: actions/setup-node@v3
40
with:
41
- node-version: '14'
+ node-version: '20'
42
- run: npm install -g @google/clasp
43
- run: ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments