Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v1.0.0 #10

Merged
merged 29 commits into from
Jun 1, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
190a4da
chore: add gitpod config
jortfal Apr 17, 2021
85a68b8
feat: add package config
jortfal Apr 17, 2021
77c79e6
chore: add package lock
jortfal Apr 17, 2021
fd981e9
feat: add shareable configuration
jortfal Apr 17, 2021
8cda3ad
docs: add license
jortfal Apr 17, 2021
14e2683
docs: add readme
jortfal Apr 17, 2021
e689296
ci: add test workflow
jortfal Apr 17, 2021
ba24149
style: prettier code formatter
jortfal Apr 17, 2021
1be6d2e
ci(test): improve workflow
jortfal Apr 18, 2021
ec836ca
ci(release): add release workflow
jortfal Apr 18, 2021
f86d488
ci(release): change name branch master by main in on trigger
jortfal Apr 18, 2021
7e59fda
Merge branch 'main' into release/v1.0.0
jortfal Apr 18, 2021
1fdb19d
Merge branch 'main' into release/v1.0.0
jortfal Jun 1, 2024
4bed645
code: add container file
jortfal Jun 1, 2024
a9779b5
code(gitpod): update gitpod config
jortfal Jun 1, 2024
19e49c7
ci: add codeowners file
jortfal Jun 1, 2024
d9b5193
ci: enable dependabot
jortfal Jun 1, 2024
df8f3d4
ci(test): update nodejs versions
jortfal Jun 1, 2024
ce09912
code(github codespaces): add dev container configuration
jortfal Jun 1, 2024
66f6386
code(container file): add intall nvm and nodejs
jortfal Jun 1, 2024
c895d3e
code(container file): fix install nvm
jortfal Jun 1, 2024
c7604d6
code(container file): fix install nodejs
jortfal Jun 1, 2024
3526280
feat: update packages
jortfal Jun 1, 2024
2cc1d7f
ci(github actions): update action versions
jortfal Jun 1, 2024
1853c38
feat: move commonjs to esm
jortfal Jun 1, 2024
6f02b9b
ci(test): remove test for version 10 to 19
jortfal Jun 1, 2024
7d6d0a3
doc(readme): update shields
jortfal Jun 1, 2024
128148c
ci(release): set up node version
jortfal Jun 1, 2024
8f18534
Merge branch 'main' into release/v1.0.0
jortfal Jun 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.8.1
- name: Setup NPM
uses: bahmutov/npm-install@v1
- name: Release
Expand Down