Skip to content

Commit 72ba312

Browse files
author
Antti Harju
authored
Merge pull request #136 from smartlyio/VULCAN-4442
Update node to 20
2 parents 91a5fdf + 0054310 commit 72ba312

4 files changed

Lines changed: 912 additions & 659 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set Node.js 16.x
11+
- name: Set Node.js 20.x
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 16.x
14+
node-version: 20.x
1515
- name: "Install"
1616
run: |
1717
npm install

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ outputs:
1818
comment_body:
1919
description: The comment body.
2020
runs:
21-
using: 'node16'
21+
using: 'node20'
2222
main: 'dist/index.js'
2323
branding:
2424
icon: check-circle
25-
color: red
25+
color: red

0 commit comments

Comments
 (0)