We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49bcfa0 + c1ac69f commit 0f559e8Copy full SHA for 0f559e8
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: atom-community/action-setup-atom@v1
33
with:
34
channel: ${{ matrix.atom_channel }}
35
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
36
37
version: 14
38
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
@@ -123,7 +123,7 @@ jobs:
123
- uses: actions/checkout@v2
124
125
fetch-depth: 0
126
127
128
129
- name: Setup PNPM
0 commit comments