Skip to content

Commit

Permalink
Add node version parameter to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jan 26, 2024
1 parent 9927f14 commit 3e67cfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
- .

unit-tests:
parameters:
node-version:
type: string
default: "16.20.2"
docker:
- image: cimg/base:stable
steps:
Expand All @@ -111,6 +115,10 @@ jobs:
command: pnpm test

integration-tests-js:
parameters:
node-version:
type: string
default: "16.20.2"
docker:
- image: cimg/base:stable
steps:
Expand Down

0 comments on commit 3e67cfd

Please sign in to comment.