Skip to content

Commit

Permalink
chore: update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 21, 2023
1 parent ce9a264 commit 36626b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches:
- 'master'
Expand All @@ -16,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 36626b3

Please sign in to comment.