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 3b8ad4c commit 8cc10e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/get-spdx-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
name: get-spdx-licenses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4

- name: Use Node.js 14
uses: actions/setup-node@v1
- name: Use 'latest' Node.js version
uses: actions/setup-node@v3
with:
node-version: 14
node-version: latest

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

0 comments on commit 8cc10e6

Please sign in to comment.