Skip to content

Commit

Permalink
ci: update actions/setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jan 17, 2024
1 parent a684125 commit 46f2c43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .changeset/plenty-planes-rush.md
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/cache@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
# Install node_modules
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
# Install node_modules
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
# Install node_modules
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf true
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
# Install node_modules
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
with:
# This is a PAT token that allows triggering of new Actions when 🦋 Changeset pushes a git tag
token: ${{ secrets.CHANGESET_RELEASE_TOKEN }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 46f2c43

Please sign in to comment.