mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-04-04 01:03:45 +00:00
ci: update ci job
This commit is contained in:
parent
270810ea2c
commit
4605ae3677
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -9,16 +9,17 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
NODE_JS: "22"
|
||||
NODE_JS: "24"
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- run: npm run check:spell
|
||||
- run: npm run build
|
||||
cache: yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn check:spell
|
||||
- run: yarn build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user