Merge pull request #1054 from EmaSuriano/dependabot/npm_and_yarn/reac… #314
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: | |
- master | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version-file: '.nvmrc' | |
- run: yarn install --frozen-lockfile | |
- run: yarn build | |
env: | |
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}} | |
SPACE_ID: ${{secrets.SPACE_ID}} |