Skip to content

Commit

Permalink
chore: set correct node version in ci (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold authored May 5, 2022
1 parent 06b5b69 commit e647143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
NODE_VERSION: 16
NODE_VERSION: 16.14.2
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Chromatic'
on: push

env:
NODE_VERSION: 16
NODE_VERSION: 16.14.2
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
NODE_VERSION: 16
NODE_VERSION: 16.14.2
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e647143

Please sign in to comment.