Skip to content

Commit

Permalink
github actions node upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Oct 14, 2022
1 parent 2539a81 commit f4601ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install modules
run: npm install
- name: Tests
run: npm run test:headless
- name: Publish contract
run: node publish-pact.js
run: node publish-pact.js
- name: Run Prod Build
run: npm run build:prod
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install modules
run: npm install
- name: Run ESLint
Expand Down

0 comments on commit f4601ee

Please sign in to comment.