diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-29 14:24:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-29 14:24:08 +0000 |
| commit | 66a50e9cae5a85f69181a7ed7410174a8eee3b98 (patch) | |
| tree | 675c64e5f59414cb8d5a9f874f4eb9b440f474da /.github | |
| parent | 239d20c41fb520c08d8f4e9f2697ddfb3ea1fefb (diff) | |
ci: Bump actions/setup-node from 3 to 4 (#160)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pages.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cf6d770..11a42d60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "18" cache: 'npm' diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6523ad4d..b2835397 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "18" cache: 'npm' |
