We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c78a4a commit bd53a42Copy full SHA for bd53a42
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
node-version: [14.x, 16.x, 18.x]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- name: Use Node.js ${{ matrix.node-version }}
13
uses: actions/setup-node@v2
14
with:
0 commit comments