Skip to content

Commit

Permalink
updating node version
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Jun 14, 2024
1 parent eb954d8 commit 8ecd041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
restore-keys: v1/${{ runner.os }}/ruby-${{ matrix.ruby }}/
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 8ecd041

Please sign in to comment.