Skip to content

Commit

Permalink
node v20 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa authored Dec 19, 2024
1 parent 1f83ab1 commit c4ced8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20.x'

- name: install dependencies
run: |
shopt -s inherit_errexit
Expand Down

0 comments on commit c4ced8a

Please sign in to comment.