mirror of
https://github.com/therootcompany/asn1.js.git
synced 2025-03-15 04:50:37 +00:00
chore(ci): update node and ubuntu versions, npm clean-install
This commit is contained in:
parent
8c603b62de
commit
ccfb12d4ab
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -3,15 +3,15 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "22"
|
||||||
- run: npm install
|
- run: npm clean-install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: check dist files
|
- name: check dist files
|
||||||
run: |
|
run: |
|
||||||
[[ $(git status --porcelain | tee /dev/stderr | wc -l) -eq 0 ]]
|
test $(git status --porcelain | tee /dev/stderr | wc -l) -eq 0
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user