Update the install-rust github action to node16.

This commit is contained in:
Dan Gohman
2022-11-07 07:57:14 -08:00
parent ad02e788f0
commit 0e2d49ec67
+1 -1
View File
@@ -8,5 +8,5 @@ inputs:
default: 'stable'
runs:
using: node12
using: node16
main: 'main.js'