Skip to content

Commit

Permalink
update node version is CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Sep 22, 2023
1 parent e7d9ac9 commit 4d14019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"

- run: yarn
- run: yarn run lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI for PR

on:
on:
push:
branches:
branches:
- '**'
- '!development'

Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "18.x"
- run: yarn
- run: yarn run lint
- run: yarn run build
Expand Down

0 comments on commit 4d14019

Please sign in to comment.