Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TURMEL Kevin committed Aug 4, 2022
1 parent 69cebc6 commit 81a1b6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 16.18
node-version: 16
cache: 'pnpm'

- run: pnpm lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.18
node-version: 16

- name: Dependencies
uses: pnpm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-single-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.18
node-version: 16

- name: Dependencies
uses: pnpm/[email protected]
Expand Down

0 comments on commit 81a1b6e

Please sign in to comment.