Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderElias committed Nov 30, 2024
1 parent 94bcc62 commit b635fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# for future expansion, for now only node 16 is supported
node: [20.x]
node: [22.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
# for future expansion, for now only node 16 is supported
node: [20.x]
node: [22.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/samples/browser # The folder the action should deploy.

0 comments on commit b635fdf

Please sign in to comment.