This commit is contained in:
Tingluo Huang
2022-11-30 17:14:16 +00:00
parent 8d5066f921
commit fa87a2b6f0
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -24,10 +24,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 12.x
uses: actions/setup-node@v1
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.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