Skip to content

Commit ec046fd

Browse files
committed
👷 Update GitHub Actions workflow
1 parent 1577fae commit ec046fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
- "18"
1313
- "16"
1414
- "14"
15-
- "12"
1615

1716
steps:
18-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1918
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2120
with:
2221
node-version: ${{ matrix.node-version }}
2322
- run: npm ci

0 commit comments

Comments
 (0)