Browse Source

chore: Synced local '.github/' with remote 'sync-files/js/.github/' (#386)

main
googlemaps-bot 3 years ago committed by GitHub
parent
commit
3cfd99b62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/release.yml

3
.github/workflows/release.yml

@ -22,6 +22,9 @@ jobs: @@ -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:

Loading…
Cancel
Save