Skip to content

Commit 57f12d8

Browse files
fix: Upgrade node to clasp-supported version
See google/clasp@f5afb06 for more details.
1 parent 3648396 commit 57f12d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
CLASP_CREDENTIALS: ${{secrets.CLASP_CREDENTIALS}}
3939
- uses: actions/setup-node@v3
4040
with:
41-
node-version: '14'
41+
node-version: '20'
4242
- run: npm install -g @google/clasp
4343
- run: ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)