Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Exlint/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a51849292f74a2e8f8751b4c66e025c0d29738f1
Choose a base ref
..
head repository: Exlint/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3332d3c2f3ede1193acd8d94b0187ec94f6fbf5c
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/build-action.yaml
  2. +1 −1 .nvmrc
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/node-environment@v1.2.6
with:
node-version: 18.17.0
node-version: 18.17.1
package-manager: pnpm
package-manager-version: 7.33.0

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
18.17.1