Skip to content

Commit

Permalink
chore: Update check-code-example-in-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Dec 3, 2023
1 parent a20e541 commit 61a1141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code-example-in-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3

- name: setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '18'

- name: run lint-code-example-in-issues.js
run: |
Expand Down

0 comments on commit 61a1141

Please sign in to comment.