Skip to content

Commit

Permalink
Merge branch 'feat/add_settings_layout' of https://github.com/Quiddle…
Browse files Browse the repository at this point in the history
…e/graphiql-app into feat/add_settings_layout
  • Loading branch information
Tedzury committed Dec 27, 2023
2 parents 632406d + 798e3ac commit 3f84893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [opened, synchronize]

env:
NODE_VERSION: 18.16.0
NODE_VERSION: 21.5.0

jobs:
linting:
Expand Down Expand Up @@ -42,9 +42,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Continuous integration
uses: ./.github/actions/ci-setup
- name: Npm Clean Install
run: npm ci

- name: test
run: npm run test

0 comments on commit 3f84893

Please sign in to comment.