sqrl-lang / sqrl

A safe, stateful rules language for event streams
Apache License 2.0
113 stars 10 forks source link

Fix test builds with node v16 #28

Open qix opened 1 year ago

qix commented 1 year ago

Problem

Seeing GitHub actions warnings about node v12

Solution

The old checkout and setup-node used v12, upgrade them.

Result

Warnings should go away