Skip to content

Commit 269e08b

Browse files
authored
Merge pull request #239 from tc39/orta-patch-1
Update Deploy.yml to use 'main' branch and update the node version
2 parents 8e387c6 + 417b4ad commit 269e08b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ name: Update GitHub Pages
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
17-
with:
18-
node-version: '16'
16+
- uses: actions/setup-node@v4
1917

2018
- name: Build Site
2119
run: |

0 commit comments

Comments
 (0)