From c2d4a6a84c10432c4f7ad466d988005e2a6986ab Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 22 Nov 2024 21:01:39 +0000 Subject: [PATCH] Release 0.3.0. --- .github/workflows/nodejs.yml | 5 ++--- .github/workflows/publish-npm.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8450e1c..0adc854 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,4 +1,4 @@ -name: Node CI +name: Run node.js tests on: - push - pull_request @@ -11,10 +11,9 @@ jobs: node: - 18 - 20 + - 22 steps: - uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4 - with: - submodules: true - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 339e831..cd57db8 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -1,4 +1,4 @@ -name: Publish Package to npm +name: Publish package to npm on: release: types: [created]