Skip to content

Commit 4b88d29

Browse files
committed
maintain
1 parent 5bfeb1e commit 4b88d29

File tree

11 files changed

+1188
-1599
lines changed

11 files changed

+1188
-1599
lines changed

.github/workflows/follow.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ on:
99

1010
jobs:
1111
follow:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v4
1616
with:
1717
repository: tc39/proposals
1818
path: proposals
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
repository: tc39/notes
2222
path: notes
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 22
2626
- name: Install
2727
run: npm ci
2828
- name: Build
@@ -37,11 +37,11 @@ jobs:
3737
run: npx prettier --write .
3838
working-directory: dist
3939
- name: Deploy
40-
uses: peaceiris/actions-gh-pages@v3
40+
uses: peaceiris/actions-gh-pages@v4
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
publish_dir: dist
4444
enable_jekyll: true
4545
force_orphan: true
46-
user_name: "github-actions[bot]"
47-
user_email: "github-actions[bot]@users.noreply.github.com"
46+
user_name: 'github-actions[bot]'
47+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)