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:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "14"
|
||||
- run: npm install
|
||||
node-version: "22"
|
||||
- run: npm clean-install
|
||||
- run: npm run build
|
||||
- name: check dist files
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user