We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a5fdf + 0054310 commit 72ba312Copy full SHA for 72ba312
4 files changed
.github/workflows/build.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-22.04
9
steps:
10
- uses: actions/checkout@v4
11
- - name: Set Node.js 16.x
+ - name: Set Node.js 20.x
12
uses: actions/setup-node@v4
13
with:
14
- node-version: 16.x
+ node-version: 20.x
15
- name: "Install"
16
run: |
17
npm install
action.yml
@@ -18,8 +18,8 @@ outputs:
18
comment_body:
19
description: The comment body.
20
runs:
21
- using: 'node16'
+ using: 'node20'
22
main: 'dist/index.js'
23
branding:
24
icon: check-circle
25
- color: red
+ color: red
0 commit comments