Skip to content

Commit

Permalink
Merge pull request #561 from skjnldsv/dependabot/github_actions/skjnl…
Browse files Browse the repository at this point in the history
…dsv/read-package-engines-version-actions-3
  • Loading branch information
dependabot[bot] committed May 6, 2024
2 parents 10dc8c1 + 30f3253 commit 1e44e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2.2
uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
with:
fallbackNode: '^12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2.2
uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
with:
fallbackNode: '^12'
Expand Down

0 comments on commit 1e44e70

Please sign in to comment.