Skip to content

Commit

Permalink
fixed nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Oct 22, 2023
1 parent 6480cfc commit fda8c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit fda8c29

Please sign in to comment.