Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgagnidze committed Feb 15, 2024
1 parent a34602e commit 98c5baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
#Checkout and setup
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
Expand Down

0 comments on commit 98c5baf

Please sign in to comment.