Skip to content

Commit

Permalink
fix: Bump CI node version
Browse files Browse the repository at this point in the history
make it match node version specified in `package.json`
  • Loading branch information
chawyehsu authored Aug 13, 2024
1 parent c5a8bb6 commit 9075e6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
# setup node.js
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Setup Node (via Volta)
uses: volta-cli/action@v4
# find yarn cache
- name: Get yarn cache path
id: yarn-cache
Expand Down

0 comments on commit 9075e6f

Please sign in to comment.