Skip to content

Commit

Permalink
fix: Update peerDependencies list to include Next 14 (#121)
Browse files Browse the repository at this point in the history
* Update peerDependencies list to include Next 14

* Update package.json

* Update to Next 14

* Update the Ubuntu image used for GitHub actions as 18.04 is no longer supported

actions/runner-images#6002

* Update node version to non-deprecated v18
  • Loading branch information
stuible committed Apr 12, 2024
1 parent 5883342 commit cf1760f
Show file tree
Hide file tree
Showing 4 changed files with 9,007 additions and 25,563 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
release:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 18

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit cf1760f

Please sign in to comment.