Skip to content

Commit f13b0ea

Browse files
authored
feature: switch to node 14 for the action itself
Although this isn't a big feature, it does include new features from Node.
1 parent 6354b0a commit f13b0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
icon: terminal
77
color: gray-dark
88
runs:
9-
using: node12
9+
using: node14
1010
main: build/index.js
1111
inputs:
1212
expo-version:

0 commit comments

Comments
 (0)