chore: upgrade npm in dockerfile #16
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
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions | ||
name: Staging | ||
on: | ||
push: | ||
branches: [main] | ||
paths-ignore: | ||
- '**/README.md' | ||
- 'k8s/**' | ||
jobs: | ||
build: | ||
uses: powerkernel/actions-workflows/.github/workflows/build-staging.yml@main | ||
Check failure on line 15 in .github/workflows/staging.yml GitHub Actions / StagingInvalid workflow file
|