Skip to content

Commit

Permalink
chore: setup node v20 for eslint and ts jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hraboviyvadim committed Oct 12, 2023
1 parent c15368f commit ce0d2b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
needs: [install]
continue-on-error: false
steps:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand All @@ -60,6 +66,12 @@ jobs:
needs: [install]
continue-on-error: false
steps:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit ce0d2b0

Please sign in to comment.