Skip to content

Commit

Permalink
Cleanups (#41)
Browse files Browse the repository at this point in the history
* update gh actions

* update LICENSE

* bump some deps
  • Loading branch information
rejas authored Oct 10, 2024
1 parent f9e34de commit 8a12958
Show file tree
Hide file tree
Showing 4 changed files with 1,693 additions and 1,015 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "14"
node-version: 18

- name: Run npm ci and build
run: |
npm ci
npm run build
- name: Deploy to gh-pages 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Neofonie GmbH
Copyright (c) 2024 Neofonie GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 8a12958

Please sign in to comment.