Skip to content

Commit

Permalink
Update .github/workflows/common_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trofim24 committed Sep 28, 2024
1 parent 6718192 commit e5c163b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/common_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: check out repository
uses: actions/checkout@v3

- name: Use Node.js 20
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 18

- name: Run unit tests
run: |
Expand Down Expand Up @@ -113,10 +113,10 @@ jobs:
path: sdkjs-forms
ref: master

- name: Use Node.js 12
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18

- name: Run builder tests
run: |
Expand Down

0 comments on commit e5c163b

Please sign in to comment.