From 3cfd99b62ff8844ddce12b5c64615cecd6dea26e Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 8 Dec 2021 13:44:20 -0700 Subject: [PATCH] chore: Synced local '.github/' with remote 'sync-files/js/.github/' (#386) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33dda42..85cf3df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v2 + with: + node-version: '14' - uses: actions/checkout@v2 - uses: actions/cache@v2 with: