Skip to content

Commit

Permalink
Merge pull request #71 from easyops-cn/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): Update actions/setup-node action to v4
  • Loading branch information
weareoutman authored Feb 1, 2024
2 parents 70faf01 + e26909d commit 00f12fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.GH_TOKEN_EVE }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
working-directory: ci-bricks

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 00f12fc

Please sign in to comment.