Skip to content

Commit bf1b41a

Browse files
committed
Merge branch 'next' into add-types-of-delivery-event
2 parents 88dda92 + 63bb28f commit bf1b41a

File tree

20 files changed

+70516
-27897
lines changed

20 files changed

+70516
-27897
lines changed

.github/workflows/commit-changelog.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Use Node.js 14
1515
uses: actions/setup-node@v3
1616
with:
@@ -22,7 +22,7 @@ jobs:
2222
git config --global user.email "action@github.com"
2323
git config --global user.name "GitHub Action"
2424
- name: Clone Doc History
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
ref: 'gh-pages'
2828
path: 'doc-dist'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
# Setup .npmrc file to publish to GitHub Packages
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 14
13+
node-version: 18
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm run release

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
# https://nodejs.org/en/about/releases/
13-
node: [ '14', '16', '18' ]
13+
node: [ '18', '20' ]
1414
fail-fast: false
1515

1616
name: Node.js ${{ matrix.node }}
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v3
2222
with:

0 commit comments

Comments
 (0)