Skip to content

Commit

Permalink
fix: bump github actions and semantic-release
Browse files Browse the repository at this point in the history
This is not a fix, but I need to force a release
  • Loading branch information
supersnager committed Mar 3, 2024
1 parent 001f46e commit e87babc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit e87babc

Please sign in to comment.