Skip to content

Commit

Permalink
Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 6, 2023
1 parent 925ef8a commit ca5053a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# install a specific version of Node using
# https://github.com/actions/setup-node
- name: Use Node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
needs: dependencies
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- uses: actions/cache@v3
id: npm-cache
with:
Expand Down

0 comments on commit ca5053a

Please sign in to comment.