Skip to content

Commit

Permalink
Update get-spdx-licenses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks authored Sep 5, 2023
1 parent efbe6e0 commit 429274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-spdx-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use 'latest' Node.js version
- name: Use latest LTS Node.js version
uses: actions/setup-node@v3
with:
node-version: latest
node-version: lts/*

- name: Install TypeScript compiler
run: npm install typescript
Expand Down

0 comments on commit 429274f

Please sign in to comment.