Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

fix: package.json to reduce vulnerabilities #18

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #18

Workflow file for this run

name : React Native Google Photos
on : [push]
jobs :
build:
runs-on: ubuntu-latest
steps :
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with :
node-version: 12
registry-url: https://registry.npmjs.org/
- run : |
npm install
npm run prepublish
npm publish
env :
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
publish-gpr:
needs: build

Check failure on line 19 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@khalisafkari'
- run: |
npm install
npm run prepublish
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.token_git}}