Revert "Merge branch 'fhammerl/bump-workflows-node-versions' into vmjoseph/execFile-update"

This reverts commit 7d70dafa7e, reversing
changes made to 6ece840fda.
This commit is contained in:
Vallie Joseph
2022-12-08 04:44:48 +00:00
parent 7d70dafa7e
commit cb2df24799
12 changed files with 240 additions and 240 deletions
+4 -4
View File
@@ -22,12 +22,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Set Node.js 14.x
uses: actions/setup-node@v3
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 12.x
# In order to save & restore cache from a shell script, certain env variables need to be set that are only available in the
# node context. This runs a local action that gets and sets the necessary env variables that are needed