Skip to content

Commit 4b43995

Browse files
authored
Merge pull request #18 from ScrapingBee/fix/github_action_node_version
Update Github action node version
2 parents 7189ee9 + 0b504de commit 4b43995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Use Node.js 14.x
14-
uses: actions/setup-node@v2
14+
uses: actions/setup-node@v4.4.0
1515
with:
1616
node-version: 14.x
1717
cache: 'npm'

0 commit comments

Comments
 (0)