Skip to content

Commit

Permalink
Merge pull request #462 from icelam/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

ci: bump actions/setup-node from 3 to 4
  • Loading branch information
icelam authored Jan 29, 2024
2 parents 720b3d4 + dd0f5f6 commit e80a3a6
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js version ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node.js version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

Expand Down

0 comments on commit e80a3a6

Please sign in to comment.