Skip to content

Commit c39a834

Browse files
committed
github workflow versions bump
1 parent 17894f3 commit c39a834

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-testbed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)