We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31eed1 commit d6c0783Copy full SHA for d6c0783
.github/workflows/check.yml
@@ -9,8 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-node@v4
+ - uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
13
+ name: 'nvm install lts/* && npm ci'
14
with:
15
node-version: lts/*
- - run: npm i
16
- run: npm test
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
fi
30
done
31
- name: checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
- name: release
34
run: |
35
git fetch --depth=1 --tags
0 commit comments