Skip to content

Commit b9d0c3d

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix/race-condition-test
2 parents 830939c + 8f75e74 commit b9d0c3d

File tree

10 files changed

+466
-83
lines changed

10 files changed

+466
-83
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 18
2121

2222
- name: Install packages
2323
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)