Skip to content

Commit

Permalink
[meta] restore CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 27, 2024
1 parent e31eed1 commit d6c0783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
name: 'nvm install lts/* && npm ci'
with:
node-version: lts/*
- run: npm i
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
done
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: release
run: |
git fetch --depth=1 --tags
Expand Down

0 comments on commit d6c0783

Please sign in to comment.