Skip to content

Commit

Permalink
github workflow versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Feb 4, 2025
1 parent 774e94f commit e873785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a set of commands using the runners shell
- name: install deps and build test bed
run: |
npm install
npm run build:gh-pages
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload built files
path: './.gh-build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@byojs/scheduler",
"description": "Throttle/debounce scheduler",
"version": "0.9.2",
"version": "0.9.3",
"exports": {
"./": "./dist/scheduler.mjs"
},
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"micromatch": "~4.0.8",
"recursive-readdir-sync": "~1.0.6",
"terser": "~5.31.6"
"terser": "~5.37.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e873785

Please sign in to comment.