Skip to content

Commit

Permalink
update setup-node react ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 15, 2024
1 parent f96cbf8 commit a417461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
Expand Down

0 comments on commit a417461

Please sign in to comment.