Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
ci: remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Jul 18, 2023
1 parent 2abb16d commit 2de989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
cache: yarn

- name: Install node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 2de989f

Please sign in to comment.