Skip to content

Commit

Permalink
Try node20
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Apr 10, 2024
1 parent a1e8831 commit 05977ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Check Spelling

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true

# Comment management is handled through a secondary job, for details see:
# https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Restricted-Permissions
#
Expand Down Expand Up @@ -92,7 +95,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@v0.0.22
with:
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
checkout: true
Expand Down Expand Up @@ -132,7 +135,7 @@ jobs:
cancel-in-progress: false
steps:
- name: apply spelling updates
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@v0.0.22
with:
experimental_apply_changes_via_bot: 1
checkout: true
Expand Down

0 comments on commit 05977ea

Please sign in to comment.