Skip to content

Commit

Permalink
Bumped version and updated @actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
erjdev committed Jun 29, 2024
1 parent f79711e commit 159c5ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
Expand All @@ -27,7 +27,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@erjdev/vite-react-components",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"files": [
"dist"
"dist/"
],
"types": "./dist/vrc.es.d.ts",
"module": "./dist/vrc.es.js",
Expand All @@ -14,7 +14,10 @@
},
"./dist/style.css": "./dist/style.css"
},
"repository": "https://github.com/erjdev/vite-react-components",
"repository": {
"type": "git",
"url": "git+https://github.com/erjdev/vite-react-components.git"
},
"scripts": {
"dev": "vite",
"build": "tsc -b ./tsconfig.lib.json && vite build",
Expand Down

0 comments on commit 159c5ad

Please sign in to comment.