Skip to content

Commit

Permalink
fix: bump node verions
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg authored Sep 13, 2023
1 parent 8a1e6cf commit 67dee2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
- windows-latest
node: # https://nodejs.org/en/about/releases/
- '*' # Current
- '14' # Active LTS
- '12' # Maintenance LTS
- '18' # Active LTS

fail-fast: false

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- windows-latest
node: # https://nodejs.org/en/about/releases/
- '*' # Current
- '14' # Active LTS
- '12' # Maintenance LTS
- '18' # Active LTS
fail-fast: false

steps:
Expand Down

0 comments on commit 67dee2a

Please sign in to comment.