Skip to content

Commit cf1760f

Browse files
authored
fix: Update peerDependencies list to include Next 14 (#121)
* 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
1 parent 5883342 commit cf1760f

File tree

4 files changed

+9007
-25563
lines changed

4 files changed

+9007
-25563
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
name: Release
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 12
19+
node-version: 18
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Run tests

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
release:
77
name: Test
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 12
18+
node-version: 18
1919

2020
- name: Install dependencies
2121
run: npm ci

0 commit comments

Comments
 (0)