mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
CI: 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>
This commit is contained in:
parent
8e1b0a46f7
commit
82ce4acfe5
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/dependabot[bot] Commit: https://github.com/SerenityOS/serenity/commit/82ce4acfe5 Pull-request: https://github.com/SerenityOS/serenity/pull/21687
1 changed files with 2 additions and 2 deletions
4
.github/workflows/social-media.yml
vendored
4
.github/workflows/social-media.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '14'
|
||||
- run: npm i twit
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '14'
|
||||
- run: npm i mastodon
|
||||
|
|
Loading…
Reference in a new issue