mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 22:38:08 -05:00
updating all actions to use node 16
This commit is contained in:
4
.github/workflows/build_deploy_master.yml
vendored
4
.github/workflows/build_deploy_master.yml
vendored
@@ -19,8 +19,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛒
|
- name: Checkout 🛒
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Install and Build
|
- name: Install and Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Checkout 🛒
|
- name: Checkout 🛒
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Install and Build
|
- name: Install and Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user