Skip to content

Commit

Permalink
Merge pull request #262 from martpie/next-12.1.x
Browse files Browse the repository at this point in the history
Test Next.js 12.1.x version
  • Loading branch information
martpie committed May 14, 2022
2 parents 836b127 + d0f4047 commit 78b0a63
Show file tree
Hide file tree
Showing 12 changed files with 1,213 additions and 11,928 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [12, 14]
node: [14, 16]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion scripts/next-update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Look at how messy this script is :p

NEXT_VERSION="12.0.3"
NEXT_VERSION="12.1.6"
ROOT=$(pwd)

echo "==================== NPM ===================="
Expand Down
Loading

0 comments on commit 78b0a63

Please sign in to comment.