Skip to content

Commit

Permalink
Merge pull request #281 from Project-Env/dependabot/github_actions/Pr…
Browse files Browse the repository at this point in the history
…oject-Env/project-env-github-action-1.4.0

Bump Project-Env/project-env-github-action from 1.3.1 to 1.4.0
  • Loading branch information
repolevedavaj authored Sep 29, 2024
2 parents edfb013 + d3ac437 commit 7c68ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
path: node_modules
key: ${{ runner.os }}-nodemodules-${{ hashFiles('package.json') }}
restore-keys: ${{ runner.os }}-nodemodules
- uses: Project-Env/project-env-github-action@v1.3.1
- uses: Project-Env/project-env-github-action@v1.4.0
- run: npm install
- run: npm test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: node_modules
key: ${{ runner.os }}-nodemodules-${{ hashFiles('package.json') }}
restore-keys: ${{ runner.os }}-nodemodules
- uses: Project-Env/project-env-github-action@v1.3.1
- uses: Project-Env/project-env-github-action@v1.4.0
- run: npm install
- run: npm test
release:
Expand All @@ -29,7 +29,7 @@ jobs:
path: node_modules
key: ${{ runner.os }}-nodemodules-${{ hashFiles('package.json') }}
restore-keys: ${{ runner.os }}-nodemodules
- uses: Project-Env/project-env-github-action@v1.3.1
- uses: Project-Env/project-env-github-action@v1.4.0
- run: npm install
- run: npm run package
- run: |
Expand Down

0 comments on commit 7c68ae6

Please sign in to comment.