Skip to content

Commit

Permalink
fix: adaption of the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak committed Dec 13, 2023
1 parent 6b984e6 commit 6dfae96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ name: build
on:
push:
branches:
- '*'
- '*/*'
- '**'
- "*"
- "*/*"
- "**"
pull_request:
branches:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18
- uses: nrwl/nx-set-shas@v3
- name: Install deps
run: npm ci
Expand Down

0 comments on commit 6dfae96

Please sign in to comment.