Skip to content

Commit

Permalink
[fei6062.releaseprotections.1] Make sure Node 20 is getting used
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Dec 20, 2024
1 parent 68d6948 commit cdd7188
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node-ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Get changed files
uses: Khan/actions@get-changed-files-v2
id: changed
Expand Down

0 comments on commit cdd7188

Please sign in to comment.