Skip to content

Commit

Permalink
🐛 chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Apr 11, 2023
1 parent 100cd55 commit f3f5fbc
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 216 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags:
- '!*' # Do not execute on tags
env:
NAME: ${{vars.NAME}}
EMAIL: ${{vars.EMAIL}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
FORCE_COLOR: 1
Expand Down Expand Up @@ -55,8 +58,7 @@ jobs:
# - uses: actions/setup-node@v2
# with:
# node-version: 18.x
# - run: git clone https://${GITHUB_TOKEN}@github.com/nodef/deploy "$HOME/deploy"
# - run: bash "$HOME/deploy/setup.sh"
# - uses: nodef/git-config.action@v1.0.0
# - run: npm i -g typescript typedoc
# - run: npm ci
# - run: npm run publish-docs
Expand All @@ -71,8 +73,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: git clone https://${GITHUB_TOKEN}@github.com/nodef/deploy "$HOME/deploy"
- run: bash "$HOME/deploy/setup.sh"
- uses: nodef/npm-config.action@v1.0.0
with:
entries: access = public
- run: npm i -g typescript rollup typedoc browserify terser
- run: npm ci
- run: npm run publish-packages
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-22 Subhajit Sahu
Copyright (c) 2016-23 Subhajit Sahu

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

0 comments on commit f3f5fbc

Please sign in to comment.