Skip to content

Commit 21b260f

Browse files
authored
Merge pull request #5 from atom-community/renovate/actions-setup-node-3.x
chore(deps): update actions/setup-node action to v3
2 parents f7fb5a9 + 646e970 commit 21b260f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v2
5959
- uses: UziTech/action-setup-atom@v1
60-
- uses: actions/setup-node@v2
60+
- uses: actions/setup-node@v3
6161

6262
- name: NPM install
6363
run: npm install

0 commit comments

Comments
 (0)