Skip to content

Commit e87babc

Browse files
committed
fix: bump github actions and semantic-release
This is not a fix, but I need to force a release
1 parent 001f46e commit e87babc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: 20
1818
registry-url: https://registry.npmjs.org/

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@rollup/plugin-babel": "5.2.0",
4747
"@rollup/plugin-commonjs": "11.1.0",
4848
"@rollup/plugin-node-resolve": "7.1.3",
49-
"@semantic-release/changelog": "6.0.1",
49+
"@semantic-release/changelog": "6.0.3",
5050
"@semantic-release/git": "10.0.1",
51-
"@semantic-release/github": "8.0.4",
51+
"@semantic-release/github": "9.2.6",
5252
"@typescript-eslint/eslint-plugin": "^5.9.1",
5353
"@typescript-eslint/parser": "^5.9.1",
5454
"babel-eslint": "10.1.0",
@@ -66,7 +66,7 @@
6666
"rollup": "2.26.5",
6767
"rollup-plugin-peer-deps-external": "2.2.3",
6868
"rollup-plugin-terser": "5.3.0",
69-
"semantic-release": "19.0.3",
69+
"semantic-release": "23.0.2",
7070
"typescript": "^4.5.4"
7171
},
7272
"scripts": {

0 commit comments

Comments
 (0)