From e87babc641df46937016e4fee1e08d5ebecb7b23 Mon Sep 17 00:00:00 2001 From: Super Snager Date: Sun, 3 Mar 2024 18:09:06 +0100 Subject: [PATCH] fix: bump github actions and semantic-release This is not a fix, but I need to force a release --- .github/workflows/npm-publish.yml | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8f809fc..52448da 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 20 registry-url: https://registry.npmjs.org/ diff --git a/package.json b/package.json index 9f781be..de9e0be 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,9 @@ "@rollup/plugin-babel": "5.2.0", "@rollup/plugin-commonjs": "11.1.0", "@rollup/plugin-node-resolve": "7.1.3", - "@semantic-release/changelog": "6.0.1", + "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "8.0.4", + "@semantic-release/github": "9.2.6", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "babel-eslint": "10.1.0", @@ -66,7 +66,7 @@ "rollup": "2.26.5", "rollup-plugin-peer-deps-external": "2.2.3", "rollup-plugin-terser": "5.3.0", - "semantic-release": "19.0.3", + "semantic-release": "23.0.2", "typescript": "^4.5.4" }, "scripts": {