Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #176 from dethan3/main
Browse files Browse the repository at this point in the history
use node 18
  • Loading branch information
dethan3 authored Jan 21, 2024
2 parents 96b716e + d614e65 commit d763d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Node.js to the latest version
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 'node'
node-version: '18.x'

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d763d51

Please sign in to comment.