Skip to content

Commit

Permalink
Update setup-node action version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddg97 committed Feb 11, 2024
1 parent 902f088 commit 275dc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down

0 comments on commit 275dc2c

Please sign in to comment.