Skip to content

Commit

Permalink
Update compile-typescript.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Jun 5, 2024
1 parent 5c489ad commit bc87436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ">=20.4.0"
node-version: ">=22.2.0"
- name: Install Packages
run: |
npm ci
Expand Down

0 comments on commit bc87436

Please sign in to comment.