Skip to content

Commit

Permalink
Enable more recent Node versions
Browse files Browse the repository at this point in the history
Also, move react-scripts back to dependencies, we need to run them in CI environment, and they won't if they are in dev-dependencies.
  • Loading branch information
mrinnetmaki committed Oct 16, 2023
1 parent ca4501d commit a7fa79c
Show file tree
Hide file tree
Showing 3 changed files with 32,865 additions and 5,784 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit a7fa79c

Please sign in to comment.