Skip to content

Commit

Permalink
bump actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Feb 8, 2024
1 parent 8a1e3b3 commit 816e681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node ${{ inputs.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.NODE_VERSION }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trellis-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: bedrock

- name: Setup Node ${{ inputs.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
if: "${{ inputs.THEME_NAME != '' }}"
with:
node-version: "${{ inputs.NODE_VERSION }}"
Expand Down

0 comments on commit 816e681

Please sign in to comment.