Skip to content

Commit

Permalink
Merge pull request #849 from rmuif/dev
Browse files Browse the repository at this point in the history
ci: upg node version
  • Loading branch information
phoqe authored Oct 21, 2021
2 parents 96e2504 + 23e020c commit 129f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "14.15.2"
node-version: "14.17"

- id: yarn-cache-directory-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 129f651

Please sign in to comment.