diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4d9658c0..2154b2dc 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,10 +17,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 22 + - uses: actions/checkout@v4 + - run: corepack enable + - uses: actions/setup-node@v4 + with: + node-version: 22 - run: yarn - run: yarn test diff --git a/package.json b/package.json index c4422d5a..45076c4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelte-marked", "description": "A markdown renderer for Svelte.", - "version": "0.5.1", + "version": "0.5.2", "packageManager": "yarn@4.4.0", "engines": { "node": ">=18"