Skip to content

Commit 4a8b240

Browse files
authored
fix github action (#6537)
* use node 18 * upgrade version for set-up node * testing checkout * switch back to main
1 parent 6e57855 commit 4a8b240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-comment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@main
15-
- name: Use Node 16
16-
uses: actions/setup-node@v2
15+
- name: Use Node 18
16+
uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '18'
1919
- name: install
2020
run: yarn install
2121
- name: Check write permissions of commentor

0 commit comments

Comments
 (0)