Skip to content

Commit 2a308c6

Browse files
authored
Merge pull request authts#1231 from authts/update-node
require node >=18
2 parents c2f93d4 + 3eecb24 commit 2a308c6

5 files changed

Lines changed: 8 additions & 7498 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16.x
16+
node-version: 18.x
1717
cache: npm
1818

1919
- name: Cache incremental builds
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm pack --dry-run
3232
- run: npm run typedoc
33-
33+
3434
- name: Samples/Parcel builds
3535
run: |
3636
npm ci
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v3
4545
- uses: actions/setup-node@v3
4646
with:
47-
node-version: 16.x
47+
node-version: 18.x
4848
cache: npm
4949

5050
- name: Cache incremental builds

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Setup .npmrc file to publish to npm
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16.x
15+
node-version: 18.x
1616
cache: npm
1717
registry-url: https://registry.npmjs.org
1818

0 commit comments

Comments
 (0)