File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434
3535 # Runs a set of commands using the runners shell
3636 - name : install deps and build test bed
3737 run : |
3838 npm install
3939 npm run build:gh-pages
4040 - name : Setup Pages
41- uses : actions/configure-pages@v2
41+ uses : actions/configure-pages@v5
4242 - name : Upload artifact
43- uses : actions/upload-pages-artifact@v1
43+ uses : actions/upload-pages-artifact@v3
4444 with :
4545 # Upload built files
4646 path : ' ./.gh-build'
4747 - name : Deploy to GitHub Pages
4848 id : deployment
49- uses : actions/deploy-pages@v1
49+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 11{
22 "name" : " @byojs/eventer" ,
3- "description" : " Event emitter with async-emit and weak-listener support" ,
4- "version" : " 0.1.1 " ,
3+ "description" : " Event emitter with optional async-emit and weak-listener support" ,
4+ "version" : " 0.1.2 " ,
55 "exports" : {
66 "./" : " ./dist/eventer.mjs"
77 },
2121 "devDependencies" : {
2222 "micromatch" : " ~4.0.8" ,
2323 "recursive-readdir-sync" : " ~1.0.6" ,
24- "terser" : " ~5.31.6 "
24+ "terser" : " ~5.37.0 "
2525 },
2626 "repository" : {
2727 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments