diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 417068d..f4103b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 25.x registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run build --if-present diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4163076..d86baae 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 25.x - name: npm install, build, and test run: | npm ci diff --git a/package-lock.json b/package-lock.json index 48f8e9e..5c51c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@markdoc/next.js", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@markdoc/next.js", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0" diff --git a/package.json b/package.json index e8b741d..d2c7c85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markdoc/next.js", - "version": "0.5.0", + "version": "0.6.0", "author": "Stripe, Inc.", "description": "Markdoc plugin for Next.js", "license": "MIT", @@ -47,4 +47,4 @@ "jest": { "preset": "ts-jest/presets/js-with-babel" } -} \ No newline at end of file +}