Skip to content

Commit 83ccd56

Browse files
committed
Merge branch 'master' of github.com:nicolas-van/modern-async
2 parents 56c019f + 23f861e commit 83ccd56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
16+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x, 22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 19
17+
node-version: 20
1818
- run: npm ci
1919
- run: npm run build
2020
- run: npm test

0 commit comments

Comments
 (0)