Skip to content

Commit 5d961d8

Browse files
authored
Update pages.yml
1 parent bd00d3f commit 5d961d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 22
1515
cache: yarn
1616
- name: Install node_modules
1717
run: yarn install
@@ -21,4 +21,4 @@ jobs:
2121
uses: JamesIves/[email protected]
2222
with:
2323
branch: gh-pages
24-
folder: build
24+
folder: build

0 commit comments

Comments
 (0)