Skip to content

Commit

Permalink
Merge pull request #161 from VagrantAI-c/development
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
VagrantAI-c authored May 20, 2023
2 parents 61eeb6e + c5dd225 commit 921cc72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
CHROME_BIN: /usr/bin/chromium-browser

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.x
- name: Clean install
run: npm ci
- name: Lint
Expand Down

0 comments on commit 921cc72

Please sign in to comment.