Skip to content

Commit

Permalink
Set node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
beepsoft committed Feb 9, 2024
1 parent d2c531d commit 6217d4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install Dependencies
Expand All @@ -38,5 +38,5 @@ jobs:
- name: Test Example 6 (Hasura)
run: yarn test:example-6

# - name: Test CRA (Create React App)
# run: yarn test:cra
# - name: Test e2e vite app
# run: yarn test:vite

0 comments on commit 6217d4a

Please sign in to comment.