Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Feb 16, 2024
1 parent a936e7a commit 019cb08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Automation
on:
push:
branches: [ '**' ]
Expand All @@ -9,20 +9,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'npm'
- name: Install npm
run: npm install -g npm@8
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run Unit Tests
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
run: npm test

26 changes: 0 additions & 26 deletions .github/workflows/nodejs.yml

This file was deleted.

0 comments on commit 019cb08

Please sign in to comment.