aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-31 15:51:36 +0000
committerMatthew Strapp <matt@mattstrapp.net>2024-01-31 09:52:33 -0600
commit8cb2b6cdba8163be91a9bf609298e24e080ce087 (patch)
treef2bd943b3abacdf4e2e55a31ee427dc06eb5da80
parentAdd GHA to dependabot (diff)
downloadzorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.tar
zorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.tar.gz
zorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.tar.bz2
zorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.tar.lz
zorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.tar.xz
zorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.tar.zst
zorascript-8cb2b6cdba8163be91a9bf609298e24e080ce087.zip
Bump actions/setup-node from 3 to 4
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>
Diffstat (limited to '')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 72d3396..6a746bf 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
with:
version: 8
- name: Install Node.js
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm