Skip to content

Commit c1ac69f

Browse files
committed
chore(deps): update actions/setup-node action to v3
1 parent 49bcfa0 commit c1ac69f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: atom-community/action-setup-atom@v1
3333
with:
3434
channel: ${{ matrix.atom_channel }}
35-
- uses: actions/setup-node@v2
35+
- uses: actions/setup-node@v3
3636
with:
3737
version: 14
3838

@@ -78,7 +78,7 @@ jobs:
7878
- uses: atom-community/action-setup-atom@v1
7979
with:
8080
channel: ${{ matrix.atom_channel }}
81-
- uses: actions/setup-node@v2
81+
- uses: actions/setup-node@v3
8282
with:
8383
version: 14
8484

@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/checkout@v2
124124
with:
125125
fetch-depth: 0
126-
- uses: actions/setup-node@v2
126+
- uses: actions/setup-node@v3
127127
with:
128128
version: 14
129129
- name: Setup PNPM

0 commit comments

Comments
 (0)