Skip to content

Commit aed984a

Browse files
fix: Setting up latest node ( Fixes PoshWeb#22 )
1 parent b5ee580 commit aed984a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
with:
3636
# Using fetch-depth: 0 to ensure we get the full history of the repository
3737
fetch-depth: 0
38+
- name: Setup Node
39+
uses: actions/setup-node@main
40+
with:
41+
node-version: latest
3842
- name: Setup Pages
3943
uses: actions/configure-pages@main
4044
- name: Build Pages

0 commit comments

Comments
 (0)