Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42c19e8

Browse files
authoredJan 16, 2025··
Merge pull request #43 from codingo/dependabot/github_actions/actions/setup-node-4.1.0
ci: bump actions/setup-node from 3.6.0 to 4.1.0
2 parents d91eda6 + 53a015d commit 42c19e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
extended: true
2929

3030
- name: Install NPM dependencies
31-
uses: actions/setup-node@v3.6.0
31+
uses: actions/setup-node@v4.1.0
3232
with:
3333
node-version: 14
3434
- run: npm install

0 commit comments

Comments
 (0)
Please sign in to comment.