Skip to content

Commit

Permalink
[actions] use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 28, 2024
1 parent 78afd99 commit c449505
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- run: npm run build
- name: commit changes
uses: elstudio/actions-js-build/commit@v3
Expand Down

0 comments on commit c449505

Please sign in to comment.