Skip to content

Commit

Permalink
Again…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmills committed Aug 2, 2024
1 parent 098fe93 commit 2c68036
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4 # Assuming there's an upcoming version that supports Node.js 20
with:
node-version: '20'
uses: actions/checkout

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
uses: actions/setup-node

- name: Install dependencies
run: npm install uglify-js -g
Expand Down

0 comments on commit 2c68036

Please sign in to comment.