mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
Updated github actions to use node 16
This commit is contained in:
2
.github/workflows/build_deploy_master.yml
vendored
2
.github/workflows/build_deploy_master.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
types: closed
|
||||
types: [closed]
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
6
.github/workflows/build_dev.yml
vendored
6
.github/workflows/build_dev.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-deploy-dev:
|
||||
permissions:
|
||||
permissions:
|
||||
contents: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@@ -22,6 +22,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout 🛒
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
@@ -30,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Deploy to gh-pages-dev branch
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
|
||||
|
||||
with:
|
||||
branch: gh-pages-dev
|
||||
folder: build
|
||||
|
||||
Reference in New Issue
Block a user