Skip to content

Commit cae1e22

Browse files
authored
Upgrade Dependencies (#1281)
1 parent 7f00c35 commit cae1e22

4 files changed

Lines changed: 1049 additions & 505 deletions

File tree

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,17 @@ jobs:
8080
DBOS_COCKROACHDB_URL: postgresql://root@localhost:26257/postgres
8181
NPM_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
8282
SILENCE_LOGS: true
83+
84+
package-check:
85+
runs-on: ubuntu-latest
86+
timeout-minutes: 15
87+
steps:
88+
- uses: actions/checkout@v4.1.1
89+
- name: Use Node.js
90+
uses: actions/setup-node@v4.0.2
91+
with:
92+
node-version: '20'
93+
- name: Verify package publishing correctness
94+
run: |
95+
npm ci
96+
npm run check:package

0 commit comments

Comments
 (0)