Skip to content

Commit

Permalink
Run setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
paleite committed Aug 7, 2022
1 parent 68c1f49 commit 1bd8451
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Tests

on:
push:
branches:
- "main"
paths-ignore:
- "**.md"
pull_request_target:
branches:
- "main"
paths-ignore:
- "**.md"

env:
HUSKY: 0

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install modules
run: yarn install --frozen-lockfile

0 comments on commit 1bd8451

Please sign in to comment.