Skip to content

Commit

Permalink
Merge pull request #191 from wrk-tafel/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-3.2.0
  • Loading branch information
dependabot[bot] committed May 17, 2022
2 parents e4a3669 + 57b1bf4 commit cc60bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subflow_analysis_lint.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3.2.0
with:
node-version-file: 'frontend/src/main/webapp/.nvmrc'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subflow_e2e_test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3.2.0
with:
node-version-file: 'frontend/src/main/webapp/.nvmrc'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subflow_test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRIBUTION }}
cache: 'maven'
- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3.2.0
with:
node-version-file: 'frontend/src/main/webapp/.nvmrc'
cache: 'npm'
Expand Down

0 comments on commit cc60bcd

Please sign in to comment.