Skip to content

Commit 4775b84

Browse files
authored
Upgrade to Node 20 (#1178)
1 parent a2b90eb commit 4775b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ inputs:
3333
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
3434

3535
runs:
36-
using: 'node16'
37-
main: 'src/index.js'
36+
using: 'node20'
37+
main: 'src/index.js'

0 commit comments

Comments
 (0)