Skip to content

Commit 244655c

Browse files
committed
chore(ci): updated Node to v22
1 parent e541fed commit 244655c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 22
3030

3131
- name: Install Node modules
3232
uses: bahmutov/npm-install@v1
@@ -38,6 +38,6 @@ jobs:
3838
uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9
3939
if: github.ref == 'refs/heads/main'
4040
with:
41-
BRANCH: gh-pages
42-
FOLDER: build
43-
CLEAN: true
41+
branch: gh-pages
42+
folder: build
43+
clean: true

0 commit comments

Comments
 (0)