Skip to content

Commit

Permalink
Update build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 23, 2024
1 parent c2f3271 commit bda93f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Deploy Docs to GitHub Pages
name: Build and Test

on:
push:
Expand All @@ -8,15 +8,12 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "14" # Update the Node.js version as needed
node-version: "20"
cache: "yarn"

- name: Install Yarn
Expand Down

0 comments on commit bda93f1

Please sign in to comment.