Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
use same node.js version
  • Loading branch information
fsubal authored Jan 10, 2023
1 parent 49c6961 commit 12e820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 14
cache: yarn

- run: yarn install --immutable --inline-builds
Expand Down

0 comments on commit 12e820b

Please sign in to comment.