Skip to content

Commit 39e8b46

Browse files
authored
chore: fix github action
1 parent 24f4f0c commit 39e8b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [12, 14, 15]
19+
node: [14, 16, 18]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs
@@ -64,7 +64,7 @@ jobs:
6464
- name: ⎔ Setup node
6565
uses: actions/setup-node@v1
6666
with:
67-
node-version: 16
67+
node-version: 18
6868

6969
- name: 📥 Download deps
7070
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)