Skip to content

Commit 12cb303

Browse files
authored
Finish moving github actions to node 18 (#6554)
1 parent 4a8b240 commit 12cb303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/branch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Branch from fork'
22
description: 'creates a branch based off PR from fork'
33
runs:
4-
using: 'node16'
4+
using: 'node18'
55
main: 'index.js'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Check permissions'
22
description: 'Checks if commentor has write access or above'
33
runs:
4-
using: 'node16'
4+
using: 'node18'
55
main: 'index.js'

0 commit comments

Comments
 (0)