Skip to content

Commit

Permalink
chore: use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
onehassan committed Jul 10, 2023
1 parent 2389b46 commit 5dac12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-node-
- name: Use Node.js v16
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 5dac12d

Please sign in to comment.