summaryrefslogtreecommitdiff
path: root/.github/workflows/test-frontend.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-24 13:05:03 +0000
committerGitHub <noreply@github.com>2023-10-24 13:05:03 +0000
commit71b6fffdcf01dac3a7f82c70d771909afb614eda (patch)
treead993b57cf75070bf31f84610e2270daf25bf99c /.github/workflows/test-frontend.yml
parentMerge branch 'develop' of https://github.com/transfem-org/Sharkey into develop (diff)
downloadsharkey-71b6fffdcf01dac3a7f82c70d771909afb614eda.tar.gz
sharkey-71b6fffdcf01dac3a7f82c70d771909afb614eda.tar.bz2
sharkey-71b6fffdcf01dac3a7f82c70d771909afb614eda.zip
chore(deps): 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 '.github/workflows/test-frontend.yml')
-rw-r--r--.github/workflows/test-frontend.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml
index a736924e3b..62b2fe3e38 100644
--- a/.github/workflows/test-frontend.yml
+++ b/.github/workflows/test-frontend.yml
@@ -25,7 +25,7 @@ jobs:
version: 8
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3.8.1
+ uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
@@ -83,7 +83,7 @@ jobs:
version: 7
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3.8.1
+ uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'