Skip to content

Commit

Permalink
use nodejs version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed Mar 5, 2024
1 parent 979b7ec commit 7706366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: checking out lambdapi repo ...
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latesttt
node-version: latest
- name: generate-vscode-extension
run: |
npm install -g @types/vscode
Expand Down

0 comments on commit 7706366

Please sign in to comment.