mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -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:
|
||||
- name: Checkout 🛒
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
node-version: 16
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
|
||||
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Checkout 🛒
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user