Skip to content

Commit

Permalink
chore: ci node18
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-kfd committed Oct 23, 2023
1 parent a54d0ac commit efec52a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
persist-credentials: false

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit efec52a

Please sign in to comment.