Skip to content

Commit d8d16a7

Browse files
authored
Merge pull request #3 from Lookyloo/dependabot/github_actions/actions/setup-node-4
build(deps): bump actions/setup-node from 2 to 4
2 parents 0a14ab9 + a7e46a7 commit d8d16a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-ext.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v2
27-
- uses: actions/setup-node@v2
27+
- uses: actions/setup-node@v4
2828
with:
2929
node-version: '18'
3030

0 commit comments

Comments
 (0)