Skip to content

Commit 95d768a

Browse files
committed
updated github workflow
1 parent c8cc5f2 commit 95d768a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/main.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,22 @@ jobs:
55
name: Bundle and Publish Sources
66
runs-on: ubuntu-latest
77

8-
strategy:
9-
matrix:
10-
node-version: [20.x]
11-
128
steps:
139
- name: Checkout Branch
14-
uses: actions/checkout@v2
10+
uses: actions/checkout@v5
1511

1612
- name: Setup Node.js environment
17-
uses: actions/setup-node@v2.1.2
13+
uses: actions/setup-node@v5
1814
with:
19-
node-version: ${{ matrix.node-version }}
15+
node-version: 22
2016

2117
- name: Extract branch name
2218
shell: bash
2319
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
2420
id: extract_branch
2521

2622
- name: Checkout existing bundles
27-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2824
continue-on-error: true
2925
with:
3026
ref: gh-pages
@@ -34,7 +30,7 @@ jobs:
3430
- run: npm run bundle -- --folder=${{ steps.extract_branch.outputs.branch }}
3531

3632
- name: Deploy to GitHub Pages
37-
uses: JamesIves/github-pages-deploy-action@4.1.0
33+
uses: JamesIves/github-pages-deploy-action@4.7.3
3834
with:
3935
branch: gh-pages
4036
folder: bundles

0 commit comments

Comments
 (0)