Skip to content

Commit

Permalink
Move .nvmrc to standard location (project root)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinch committed Feb 25, 2022
1 parent e9cb1fb commit 8e7c9c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
cache: 'yarn'
cache-dependency-path: 'cdk/yarn.lock'
node-version-file: 'cdk/.nvmrc'
node-version-file: '.nvmrc'
- uses: actions/setup-java@v2
with:
java-version: '11'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ on:

jobs:
security:
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@jw-configurable-nvmrc-path
uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main
with:
DEBUG: true
ORG: 'guardian-devtools'
NODE_VERSION_FILE: 'cdk/.nvmrc'
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
File renamed without changes.

0 comments on commit 8e7c9c2

Please sign in to comment.