Skip to content

Commit

Permalink
new npms
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jan 29, 2024
1 parent 2346bd4 commit a4f01b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Install Node.JS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
check-latest: true
node-version-file: '.tool-versions'
Expand All @@ -41,7 +41,7 @@ jobs:
run: pnpm run build

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "build/"

Expand All @@ -55,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.1",
"@sveltejs/kit": "2.4.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@sveltejs/kit": "2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@svgdotjs/svg.js": "3.2.0",
"clipboard": "2.0.11",
"eslint": "8.56.0",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4f01b4

Please sign in to comment.