Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent acf41ab commit 38d89c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
DIR: ./examples/server-side-rendered/eleventy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand All @@ -26,7 +26,7 @@ jobs:
DIR: ./examples/client-side-rendered/vue
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand All @@ -40,7 +40,7 @@ jobs:
DIR: ./examples/client-side-rendered/react
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand All @@ -54,7 +54,7 @@ jobs:
DIR: ./examples/client-side-rendered/angular
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
Expand Down

0 comments on commit 38d89c0

Please sign in to comment.