Updated github actions to use node 16

This commit is contained in:
AtHeartEngineer
2022-10-24 16:46:13 +00:00
parent a76350dc7c
commit d704b93d81
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
types: closed
types: [closed]
branches:
- master

View File

@@ -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