Skip to content

Commit

Permalink
Revert "Update actions"
Browse files Browse the repository at this point in the history
This reverts commit 1065351.
  • Loading branch information
faithandbrave committed Jan 14, 2025
1 parent 26c993d commit 18853bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- run: git submodule update -i

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 18853bb

Please sign in to comment.