Skip to content

Commit

Permalink
Merge branch 'main' into change-create-script-to-create-templates-for…
Browse files Browse the repository at this point in the history
…-all-days
  • Loading branch information
przeprogramowani authored Dec 6, 2023
2 parents 179a1f3 + fa6fee6 commit 1d3fd83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: '.nvmrc'

- name: Install deps
run: npm ci
Expand All @@ -24,4 +24,3 @@ jobs:

- name: Create test directory
run: npm run create

0 comments on commit 1d3fd83

Please sign in to comment.