Skip to content

Commit fd0f1fa

Browse files
committed
set up node for deploy action
1 parent d00c462 commit fd0f1fa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

templates/pretext-deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Checkout source
3535
uses: actions/checkout@v4
3636

37+
- name: set up node
38+
uses: actions/setup-node@v4
39+
with:
40+
node-version: '22'
41+
3742
- name: add gh-cli
3843
run: |
3944
apt-get update
@@ -61,4 +66,3 @@ jobs:
6166
run: git push origin gh-pages --force
6267
env:
6368
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-

0 commit comments

Comments
 (0)